#0D501C

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

Shades of Crusoe #0D501C

Tints of Crusoe #0D501C

Color information

#0D501C (or 0x0D501C) is unknown color: approx Crusoe. HEX triplet: 0D, 50 and 1C. RGB value is (13,80,28). Sum of RGB (Red+Green+Blue) = 13+80+28=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #0D501C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D501C is #F2AFE3. Grayscale: #363636. Windows color (decimal): -15904740 or 1855501. OLE color: 1855501.

HSL color Cylindrical-coordinate representation of color #0D501C: hue angle of 133.43º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D501C is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB138028-
CMYK0.8400.650.69
HSL133.43º72.04%18.24%-
HSV(B)133.43º83.75%31.37%-
XYZ3.245.912.07-
YUV54.04113.398.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=10.74%
G=66.12%
B=23.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380280.8400.650.69133.4372.0418.24
HexD501C5404145854812
Octal1512034124010110520511022
Binary1101101000011100101010001000001100010110000101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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