#0D5E1C

Color #0D5E1C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0D5E1C

Tints of Crusoe #0D5E1C

Color information

#0D5E1C (or 0x0D5E1C) is unknown color: approx Crusoe. HEX triplet: 0D, 5E and 1C. RGB value is (13,94,28). Sum of RGB (Red+Green+Blue) = 13+94+28=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 94 (37.11% from 255 or 69.63% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 94 - color contains mainly: green. Hex color #0D5E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5E1C is #F2A1E3. Grayscale: #3E3E3E. Windows color (decimal): -15901156 or 1859085. OLE color: 1859085.

HSL color Cylindrical-coordinate representation of color #0D5E1C: hue angle of 131.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5E1C is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB139428-
CMYK0.8600.700.63
HSL131.11º75.7%20.98%-
HSV(B)131.11º86.17%36.86%-
XYZ4.388.172.45-
YUV62.26108.6692.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.63%
GREEN value IS 94 (37.11% from 255) = 69.63%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=9.63%
G=69.63%
B=20.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1394280.8600.700.63131.1175.720.98
HexD5E1C560463F834c15
Octal151363412601067720311425
Binary110110111101110010101100100011011111110000011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,94,28); }

 H1.HeaderClassName
 {
   color: #0D5E1C;
 }
 .AnyTagClassName
 {
   color: #0D5E1C;
 }
</style>
background-color css

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

 a { background-color: rgb(13,94,28); }

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

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

 span { border-color: rgb(13,94,28); }

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