Html Css Color HEX #0D5917 Crusoe

📋 copy color: '#0D5917'

red 13 ◦ green 89 ◦ blue 23

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

Shades of Crusoe #0D5917

Tints of Crusoe #0D5917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 71.2%

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 10.4%
G = 71.2%
B = 18.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#0D5917 (or 0x0D5917) is known color: Crusoe. HEX triplet: 0D, 59 and 17. RGB value is (13,89,23). Sum of RGB (Red+Green+Blue) = 13+89+23=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5917 is #F2A6E8. Grayscale: #3A3A3A. Windows color (decimal): -15902441 or 1530125. OLE color: 1530125.

HSL color Cylindrical-coordinate representation of color #0D5917: hue angle of 127.89º degrees, saturation: 0.75, 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 #0D5917 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 89 23 -
CMYK 0.85 0 0.74 0.65
HSL 127.89º 0.75% 0.2% -
HSV(B) 127.89º 0.85% 0.35% -
XYZ 3.89 7.29 2.01 -
YUV 58.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 13 89 23 0.85 0 0.74 0.65 127.89 0.75 0.2
Hex D 59 17 55 0 4A 41 80 4B 14
Octal 15 131 27 125 0 112 101 200 113 24
Binary 1101 1011001 10111 1010101 0 1001010 1000001 10000000 1001011 10100

Color Harmonies of #0D5917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5917

Black with #0D5917

Text Example


Text Example

White with #0D5917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,89,23); }

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

background-color css

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

 a { background-color: rgb(13,89,23); }

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

border-color css

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

 span { border-color: rgb(13,89,23); }

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