#0C592E

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

Shades of Crusoe #0C592E

Tints of Crusoe #0C592E

Color information

#0C592E (or 0x0C592E) is unknown color: approx Crusoe. HEX triplet: 0C, 59 and 2E. RGB value is (12,89,46). Sum of RGB (Red+Green+Blue) = 12+89+46=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #0C592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C592E is #F3A6D1. Grayscale: #3D3D3D. Windows color (decimal): -15967954 or 3037452. OLE color: 3037452.

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

Color convert

RGB128946-
CMYK0.8700.480.65
HSL146.49º76.24%19.8%-
HSV(B)146.49º86.52%34.9%-
XYZ4.227.423.79-
YUV61.08119.4993-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 89 (35.16% from 255) = 60.54%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=8.16%
G=60.54%
B=31.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289460.8700.480.65146.4976.2419.8
HexC592E5703041924c14
Octal141315612706010122211424
Binary1100101100110111010101110110000100000110010010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,46); }

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

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

 a { background-color: rgb(12,89,46); }

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

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

 span { border-color: rgb(12,89,46); }

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