#0D6032

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

Shades of Crusoe #0D6032

Tints of Crusoe #0D6032

Color information

#0D6032 (or 0x0D6032) is unknown color: approx Crusoe. HEX triplet: 0D, 60 and 32. RGB value is (13,96,50). Sum of RGB (Red+Green+Blue) = 13+96+50=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6032 is #F29FCD. Grayscale: #424242. Windows color (decimal): -15900622 or 3301389. OLE color: 3301389.

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

Color convert

RGB139650-
CMYK0.8600.480.62
HSL146.75º76.15%21.37%-
HSV(B)146.75º86.46%37.65%-
XYZ4.928.684.43-
YUV65.9411990.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.18%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=8.18%
G=60.38%
B=31.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396500.8600.480.62146.7576.1521.37
HexD6032560303E934c15
Octal15140621260607622311425
Binary110111000001100101010110011000011111010010011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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