#0d6017

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

Shades of Crusoe #0D6017

Tints of Crusoe #0D6017

Color information

#0D6017 (or 0x0D6017) is unknown color: approx Crusoe. HEX triplet: 0D, 60 and 17. RGB value is (13,96,23). Sum of RGB (Red+Green+Blue) = 13+96+23=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6017 is #F29FE8. Grayscale: #3F3F3F. Windows color (decimal): -15900649 or 1531917. OLE color: 1531917.

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

Color convert

RGB139623-
CMYK0.8600.760.62
HSL127.23º76.15%21.37%-
HSV(B)127.23º86.46%37.65%-
XYZ4.58.512.22-
YUV62.86105.592.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.85%
GREEN value IS 96 (37.89% from 255) = 72.73%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=9.85%
G=72.73%
B=17.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396230.8600.760.62127.2376.1521.37
HexD60175604C3E7f4c15
Octal151402712601147617711425
Binary11011100000101111010110010011001111101111111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d6017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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