#0C553F

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

Shades of Fun Green #0C553F

Tints of Fun Green #0C553F

Color information

#0C553F (or 0x0C553F) is unknown color: approx Fun Green. HEX triplet: 0C, 55 and 3F. RGB value is (12,85,63). Sum of RGB (Red+Green+Blue) = 12+85+63=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #0C553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C553F is #F3AAC0. Grayscale: #3C3C3C. Windows color (decimal): -15968961 or 4150540. OLE color: 4150540.

HSL color Cylindrical-coordinate representation of color #0C553F: hue angle of 161.92º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C553F is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB128563-
CMYK0.8600.260.67
HSL161.92º75.26%19.02%-
HSV(B)161.92º85.88%33.33%-
XYZ4.36.935.81-
YUV60.66129.3293.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 63 (25% from 255) = 39.38%
R=7.5%
G=53.12%
B=39.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285630.8600.260.67161.9275.2619.02
HexC553F5601A43a24b13
Octal141257712603210324211323
Binary110010101011111111010110011010100001110100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,85,63); }

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

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

 a { background-color: rgb(12,85,63); }

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

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

 span { border-color: rgb(12,85,63); }

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