#0D5E1B

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

Shades of Crusoe #0D5E1B

Tints of Crusoe #0D5E1B

Color information

#0D5E1B (or 0x0D5E1B) is unknown color: approx Crusoe. HEX triplet: 0D, 5E and 1B. RGB value is (13,94,27). Sum of RGB (Red+Green+Blue) = 13+94+27=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 94 (37.11% from 255 or 70.15% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 94 - color contains mainly: green. Hex color #0D5E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5E1B is #F2A1E4. Grayscale: #3E3E3E. Windows color (decimal): -15901157 or 1793549. OLE color: 1793549.

HSL color Cylindrical-coordinate representation of color #0D5E1B: hue angle of 130.37º 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 #0D5E1B is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB139427-
CMYK0.8600.710.63
HSL130.37º75.7%20.98%-
HSV(B)130.37º86.17%36.86%-
XYZ4.378.172.38-
YUV62.14108.1692.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.70%
GREEN value IS 94 (37.11% from 255) = 70.15%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=9.70%
G=70.15%
B=20.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1394270.8600.710.63130.3775.720.98
HexD5E1B560473F824c15
Octal151363312601077720211425
Binary110110111101101110101100100011111111110000010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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