#125139

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

Shades of County Green #125139

Tints of County Green #125139

Color information

#125139 (or 0x125139) is unknown color: approx County Green. HEX triplet: 12, 51 and 39. RGB value is (18,81,57). Sum of RGB (Red+Green+Blue) = 18+81+57=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #125139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125139 is #EDAEC6. Grayscale: #3B3B3B. Windows color (decimal): -15576775 or 3756306. OLE color: 3756306.

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

Color convert

RGB188157-
CMYK0.7800.300.68
HSL157.14º63.64%19.41%-
HSV(B)157.14º77.78%31.76%-
XYZ3.936.314.88-
YUV59.43126.6398.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=11.54%
G=51.92%
B=36.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881570.7800.300.68157.1463.6419.41
Hex1251394E01E449d4013
Octal221217111603610423510023
Binary1001010100011110011001110011110100010010011101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125139; }

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

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

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

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

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

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

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

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