#12543B

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

Shades of County Green #12543B

Tints of County Green #12543B

Color information

#12543B (or 0x12543B) is unknown color: approx County Green. HEX triplet: 12, 54 and 3B. RGB value is (18,84,59). Sum of RGB (Red+Green+Blue) = 18+84+59=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #12543B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12543B is #EDABC4. Grayscale: #3D3D3D. Windows color (decimal): -15576005 or 3888146. OLE color: 3888146.

HSL color Cylindrical-coordinate representation of color #12543B: hue angle of 157.27º 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 #12543B is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB188459-
CMYK0.7900.300.67
HSL157.27º64.71%20%-
HSV(B)157.27º78.57%32.94%-
XYZ4.216.795.23-
YUV61.42126.6397.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=11.18%
G=52.17%
B=36.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884590.7900.300.67157.2764.7120
Hex12543B4F01E439d4114
Octal221247311703610323510124
Binary1001010101001110111001111011110100001110011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12543B; }

 p { color: rgb(18,84,59); }

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

<style>
 a { background-color: #12543B; }

 a { background-color: rgb(18,84,59); }

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

<style>
 span { border-color: #12543B; }

 span { border-color: rgb(18,84,59); }

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