#125539

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

Shades of County Green #125539

Tints of County Green #125539

Color information

#125539 (or 0x125539) is unknown color: approx County Green. HEX triplet: 12, 55 and 39. RGB value is (18,85,57). Sum of RGB (Red+Green+Blue) = 18+85+57=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #125539 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125539 is #EDAAC6. Grayscale: #3D3D3D. Windows color (decimal): -15575751 or 3757330. OLE color: 3757330.

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

Color convert

RGB188557-
CMYK0.7900.330.67
HSL154.93º65.05%20.2%-
HSV(B)154.93º78.82%33.33%-
XYZ4.246.924.98-
YUV61.77125.396.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=11.25%
G=53.12%
B=35.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885570.7900.330.67154.9365.0520.2
Hex1255394F021439b4114
Octal221257111704110323310124
Binary10010101010111100110011110100001100001110011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125539; }

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

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

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

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

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

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

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

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