#0C582F

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

Shades of Crusoe #0C582F

Tints of Crusoe #0C582F

Color information

#0C582F (or 0x0C582F) is unknown color: approx Crusoe. HEX triplet: 0C, 58 and 2F. RGB value is (12,88,47). Sum of RGB (Red+Green+Blue) = 12+88+47=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #0C582F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C582F is #F3A7D0. Grayscale: #3C3C3C. Windows color (decimal): -15968209 or 3102732. OLE color: 3102732.

HSL color Cylindrical-coordinate representation of color #0C582F: hue angle of 147.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C582F is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB128847-
CMYK0.8600.470.65
HSL147.63º76%19.61%-
HSV(B)147.63º86.36%34.51%-
XYZ4.157.263.87-
YUV60.6120.3293.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 88 (34.77% from 255) = 59.86%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=8.16%
G=59.86%
B=31.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1288470.8600.470.65147.637619.61
HexC582F5602F41944c14
Octal141305712605710122411424
Binary1100101100010111110101100101111100000110010100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,88,47); }

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

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

 a { background-color: rgb(12,88,47); }

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

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

 span { border-color: rgb(12,88,47); }

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