Html Css Color HEX #0D5832 Crusoe

📋 copy color: '#0D5832'

red 13 ◦ green 88 ◦ blue 50

#0D5832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0D5832

Tints of Crusoe #0D5832

RGB

 RED value IS 13 (5.47% from 255) = 8.61%

 GREEN value IS 88 (34.77% from 255) = 58.28%

 BLUE value IS 50 (19.92% from 255) = 33.11%

R = 8.61%
G = 58.28%
B = 33.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D5832 (or 0x0D5832) is known color: Crusoe. HEX triplet: 0D, 58 and 32. RGB value is (13,88,50). Sum of RGB (Red+Green+Blue) = 13+88+50=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5832 is #F2A7CD. Grayscale: #3D3D3D. Windows color (decimal): -15902670 or 3299341. OLE color: 3299341.

HSL color Cylindrical-coordinate representation of color #0D5832: hue angle of 149.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5832 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 88 50 -
CMYK 0.85 0 0.43 0.65
HSL 149.6º 0.74% 0.2% -
HSV(B) 149.6º 0.85% 0.35% -
XYZ 4.23 7.3 4.2 -
YUV 61.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 13 88 50 0.85 0 0.43 0.65 149.6 0.74 0.2
Hex D 58 32 55 0 2B 41 96 4A 14
Octal 15 130 62 125 0 53 101 226 112 24
Binary 1101 1011000 110010 1010101 0 101011 1000001 10010110 1001010 10100

Color Harmonies of #0D5832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5832

Black with #0D5832

Text Example


Text Example

White with #0D5832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D5832; }

 p { color: rgb(13,88,50); }

 H1.HeaderClassName
 {
   color: #0D5832;
 }
 .AnyTagClassName
 {
   color: #0D5832;
 }
</style>

background-color css

<style>
 a { background-color: #0D5832; }

 a { background-color: rgb(13,88,50); }

 div.DivClassName
 {
   background-color: #0D5832;
 }
 .BgClassName
 {
   background-color: #0D5832;
 }
</style>

border-color css

<style>
 span { border-color: #0D5832; }

 span { border-color: rgb(13,88,50); }

 td.TdClassName
 {
   border-color: #0D5832;
 }
 .TagClassName
 {
   border-color: #0D5832;
 }
</style>