#12523B

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

Shades of County Green #12523B

Tints of County Green #12523B

Color information

#12523B (or 0x12523B) is unknown color: approx County Green. HEX triplet: 12, 52 and 3B. RGB value is (18,82,59). Sum of RGB (Red+Green+Blue) = 18+82+59=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #12523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12523B is #EDADC4. Grayscale: #3C3C3C. Windows color (decimal): -15576517 or 3887634. OLE color: 3887634.

HSL color Cylindrical-coordinate representation of color #12523B: hue angle of 158.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12523B is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB188259-
CMYK0.7800.280.68
HSL158.44º64%19.61%-
HSV(B)158.44º78.05%32.16%-
XYZ4.066.485.17-
YUV60.24127.397.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=11.32%
G=51.57%
B=37.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882590.7800.280.68158.446419.61
Hex12523B4E01C449e4014
Octal221227311603410423610024
Binary1001010100101110111001110011100100010010011110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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