#0D6818

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

Shades of Crusoe #0D6818

Tints of Crusoe #0D6818

Color information

#0D6818 (or 0x0D6818) is unknown color: approx Crusoe. HEX triplet: 0D, 68 and 18. RGB value is (13,104,24). Sum of RGB (Red+Green+Blue) = 13+104+24=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #0D6818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6818 is #F297E7. Grayscale: #434343. Windows color (decimal): -15898600 or 1599501. OLE color: 1599501.

HSL color Cylindrical-coordinate representation of color #0D6818: hue angle of 127.25º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6818 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1310424-
CMYK0.8800.770.59
HSL127.25º77.78%22.94%-
HSV(B)127.25º87.5%40.78%-
XYZ5.2810.052.53-
YUV67.67103.3589-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 104 (41.02% from 255) = 73.76%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=9.22%
G=73.76%
B=17.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13104240.8800.770.59127.2577.7822.94
HexD68185804D3B7f4e17
Octal151503013001157317711627
Binary11011101000110001011000010011011110111111111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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