#0D6016

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

Shades of Crusoe #0D6016

Tints of Crusoe #0D6016

Color information

#0D6016 (or 0x0D6016) is unknown color: approx Crusoe. HEX triplet: 0D, 60 and 16. RGB value is (13,96,22). Sum of RGB (Red+Green+Blue) = 13+96+22=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6016 is #F29FE9. Grayscale: #3E3E3E. Windows color (decimal): -15900650 or 1466381. OLE color: 1466381.

HSL color Cylindrical-coordinate representation of color #0D6016: hue angle of 126.51º 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 #0D6016 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB139622-
CMYK0.8600.770.62
HSL126.51º76.15%21.37%-
HSV(B)126.51º86.46%37.65%-
XYZ4.498.512.16-
YUV62.7510592.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.92%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=9.92%
G=73.28%
B=16.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396220.8600.770.62126.5176.1521.37
HexD60165604D3E7f4c15
Octal151402612601157617711425
Binary11011100000101101010110010011011111101111111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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