#0C593C

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

Shades of Fun Green #0C593C

Tints of Fun Green #0C593C

Color information

#0C593C (or 0x0C593C) is unknown color: approx Fun Green. HEX triplet: 0C, 59 and 3C. RGB value is (12,89,60). Sum of RGB (Red+Green+Blue) = 12+89+60=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #0C593C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C593C is #F3A6C3. Grayscale: #3E3E3E. Windows color (decimal): -15967940 or 3954956. OLE color: 3954956.

HSL color Cylindrical-coordinate representation of color #0C593C: hue angle of 157.4º 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 #0C593C is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB128960-
CMYK0.8700.330.65
HSL157.4º76.24%19.8%-
HSV(B)157.4º86.52%34.9%-
XYZ4.547.555.49-
YUV62.67126.4991.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.45%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=7.45%
G=55.28%
B=37.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289600.8700.330.65157.476.2419.8
HexC593C57021419d4c14
Octal141317412704110123511424
Binary1100101100111110010101110100001100000110011101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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