#12553C

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

Shades of County Green #12553C

Tints of County Green #12553C

Color information

#12553C (or 0x12553C) is unknown color: approx County Green. HEX triplet: 12, 55 and 3C. RGB value is (18,85,60). Sum of RGB (Red+Green+Blue) = 18+85+60=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #12553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12553C is #EDAAC3. Grayscale: #3E3E3E. Windows color (decimal): -15575748 or 3953938. OLE color: 3953938.

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

Color convert

RGB188560-
CMYK0.7900.290.67
HSL157.61º65.05%20.2%-
HSV(B)157.61º78.82%33.33%-
XYZ4.316.955.39-
YUV62.12126.896.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=11.04%
G=52.15%
B=36.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885600.7900.290.67157.6165.0520.2
Hex12553C4F01D439e4114
Octal221257411703510323610124
Binary1001010101011111001001111011101100001110011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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