#0D5A27

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

Shades of Crusoe #0D5A27

Tints of Crusoe #0D5A27

Color information

#0D5A27 (or 0x0D5A27) is unknown color: approx Crusoe. HEX triplet: 0D, 5A and 27. RGB value is (13,90,39). Sum of RGB (Red+Green+Blue) = 13+90+39=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 90 (35.55% from 255 or 63.38% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A27 is #F2A5D8. Grayscale: #3D3D3D. Windows color (decimal): -15902169 or 2578957. OLE color: 2578957.

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

Color convert

RGB139039-
CMYK0.8600.570.65
HSL140.26º74.76%20.2%-
HSV(B)140.26º85.56%35.29%-
XYZ4.197.543.15-
YUV61.16115.4993.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 90 (35.55% from 255) = 63.38%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=9.15%
G=63.38%
B=27.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1390390.8600.570.65140.2674.7620.2
HexD5A2756039418c4b14
Octal151324712607110121411324
Binary1101101101010011110101100111001100000110001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,90,39); }

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

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

 a { background-color: rgb(13,90,39); }

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

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

 span { border-color: rgb(13,90,39); }

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