#0D6018

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

Shades of Crusoe #0D6018

Tints of Crusoe #0D6018

Color information

#0D6018 (or 0x0D6018) is unknown color: approx Crusoe. HEX triplet: 0D, 60 and 18. RGB value is (13,96,24). Sum of RGB (Red+Green+Blue) = 13+96+24=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6018 is #F29FE7. Grayscale: #3F3F3F. Windows color (decimal): -15900648 or 1597453. OLE color: 1597453.

HSL color Cylindrical-coordinate representation of color #0D6018: hue angle of 127.95º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6018 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB139624-
CMYK0.8600.750.62
HSL127.95º76.15%21.37%-
HSV(B)127.95º86.46%37.65%-
XYZ4.518.522.27-
YUV62.9710692.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=9.77%
G=72.18%
B=18.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396240.8600.750.62127.9576.1521.37
HexD60185604B3E804c15
Octal151403012601137620011425
Binary110111000001100010101100100101111111010000000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,24); }

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

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

 a { background-color: rgb(13,96,24); }

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

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

 span { border-color: rgb(13,96,24); }

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