#125138

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

Shades of County Green #125138

Tints of County Green #125138

Color information

#125138 (or 0x125138) is unknown color: approx County Green. HEX triplet: 12, 51 and 38. RGB value is (18,81,56). Sum of RGB (Red+Green+Blue) = 18+81+56=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #125138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125138 is #EDAEC7. Grayscale: #3B3B3B. Windows color (decimal): -15576776 or 3690770. OLE color: 3690770.

HSL color Cylindrical-coordinate representation of color #125138: hue angle of 156.19º 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 #125138 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB188156-
CMYK0.7800.310.68
HSL156.19º63.64%19.41%-
HSV(B)156.19º77.78%31.76%-
XYZ3.916.34.75-
YUV59.31126.1398.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 81 (32.03% from 255) = 52.26%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=11.61%
G=52.26%
B=36.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881560.7800.310.68156.1963.6419.41
Hex1251384E01F449c4013
Octal221217011603710423410023
Binary1001010100011110001001110011111100010010011100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125138; }

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

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

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

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

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

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

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

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