#0D572C

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

Shades of Crusoe #0D572C

Tints of Crusoe #0D572C

Color information

#0D572C (or 0x0D572C) is unknown color: approx Crusoe. HEX triplet: 0D, 57 and 2C. RGB value is (13,87,44). Sum of RGB (Red+Green+Blue) = 13+87+44=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 87 (34.38% from 255 or 60.42% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 87 - color contains mainly: green. Hex color #0D572C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D572C is #F2A8D3. Grayscale: #3C3C3C. Windows color (decimal): -15902932 or 2905869. OLE color: 2905869.

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

Color convert

RGB138744-
CMYK0.8500.490.66
HSL145.14º74%19.61%-
HSV(B)145.14º85.06%34.12%-
XYZ4.037.083.54-
YUV59.97118.9894.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 87 (34.38% from 255) = 60.42%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=9.03%
G=60.42%
B=30.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1387440.8500.490.66145.147419.61
HexD572C5503142914a14
Octal151275412506110222111224
Binary1101101011110110010101010110001100001010010001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,44); }

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

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

 a { background-color: rgb(13,87,44); }

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

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

 span { border-color: rgb(13,87,44); }

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