#12573C

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

Shades of Fun Green #12573C

Tints of Fun Green #12573C

Color information

#12573C (or 0x12573C) is unknown color: approx Fun Green. HEX triplet: 12, 57 and 3C. RGB value is (18,87,60). Sum of RGB (Red+Green+Blue) = 18+87+60=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #12573C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12573C is #EDA8C3. Grayscale: #3F3F3F. Windows color (decimal): -15575236 or 3954450. OLE color: 3954450.

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

Color convert

RGB188760-
CMYK0.7900.310.66
HSL156.52º65.71%20.59%-
HSV(B)156.52º79.31%34.12%-
XYZ4.477.275.44-
YUV63.29126.1495.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=10.91%
G=52.73%
B=36.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887600.7900.310.66156.5265.7120.59
Hex12573C4F01F429d4215
Octal221277411703710223510225
Binary1001010101111111001001111011111100001010011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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