#0C563A

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

Shades of Fun Green #0C563A

Tints of Fun Green #0C563A

Color information

#0C563A (or 0x0C563A) is unknown color: approx Fun Green. HEX triplet: 0C, 56 and 3A. RGB value is (12,86,58). Sum of RGB (Red+Green+Blue) = 12+86+58=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #0C563A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C563A is #F3A9C5. Grayscale: #3C3C3C. Windows color (decimal): -15968710 or 3823116. OLE color: 3823116.

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

Color convert

RGB128658-
CMYK0.8600.330.66
HSL157.3º75.51%19.22%-
HSV(B)157.3º86.05%33.73%-
XYZ4.247.045.14-
YUV60.68126.4893.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=7.69%
G=55.13%
B=37.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1286580.8600.330.66157.375.5119.22
HexC563A56021429d4c13
Octal141267212604110223511423
Binary1100101011011101010101100100001100001010011101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,86,58); }

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

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

 a { background-color: rgb(12,86,58); }

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

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

 span { border-color: rgb(12,86,58); }

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