#0D5024

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

Shades of Crusoe #0D5024

Tints of Crusoe #0D5024

Color information

#0D5024 (or 0x0D5024) is unknown color: approx Crusoe. HEX triplet: 0D, 50 and 24. RGB value is (13,80,36). Sum of RGB (Red+Green+Blue) = 13+80+36=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5024 is #F2AFDB. Grayscale: #373737. Windows color (decimal): -15904732 or 2379789. OLE color: 2379789.

HSL color Cylindrical-coordinate representation of color #0D5024: hue angle of 140.6º 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 #0D5024 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB138036-
CMYK0.8400.550.69
HSL140.6º72.04%18.24%-
HSV(B)140.6º83.75%31.37%-
XYZ3.355.952.64-
YUV54.95117.398.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 80 (31.64% from 255) = 62.02%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=10.08%
G=62.02%
B=27.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380360.8400.550.69140.672.0418.24
HexD502454037458d4812
Octal151204412406710521511022
Binary1101101000010010010101000110111100010110001101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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