#12563C

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

Shades of Fun Green #12563C

Tints of Fun Green #12563C

Color information

#12563C (or 0x12563C) is unknown color: approx Fun Green. HEX triplet: 12, 56 and 3C. RGB value is (18,86,60). Sum of RGB (Red+Green+Blue) = 18+86+60=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #12563C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12563C is #EDA9C3. Grayscale: #3E3E3E. Windows color (decimal): -15575492 or 3954194. OLE color: 3954194.

HSL color Cylindrical-coordinate representation of color #12563C: hue angle of 157.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12563C is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB188660-
CMYK0.7900.300.66
HSL157.06º65.38%20.39%-
HSV(B)157.06º79.07%33.73%-
XYZ4.397.115.42-
YUV62.7126.4796.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 86 (33.98% from 255) = 52.44%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=10.98%
G=52.44%
B=36.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886600.7900.300.66157.0665.3820.39
Hex12563C4F01E429d4114
Octal221267411703610223510124
Binary1001010101101111001001111011110100001010011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12563C; }

 p { color: rgb(18,86,60); }

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

<style>
 a { background-color: #12563C; }

 a { background-color: rgb(18,86,60); }

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

<style>
 span { border-color: #12563C; }

 span { border-color: rgb(18,86,60); }

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