#125637

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

Shades of County Green #125637

Tints of County Green #125637

Color information

#125637 (or 0x125637) is unknown color: approx County Green. HEX triplet: 12, 56 and 37. RGB value is (18,86,55). Sum of RGB (Red+Green+Blue) = 18+86+55=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #125637 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125637 is #EDA9C8. Grayscale: #3E3E3E. Windows color (decimal): -15575497 or 3626514. OLE color: 3626514.

HSL color Cylindrical-coordinate representation of color #125637: hue angle of 152.65º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125637 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB188655-
CMYK0.7900.360.66
HSL152.65º65.38%20.39%-
HSV(B)152.65º79.07%33.73%-
XYZ4.277.064.75-
YUV62.13123.9796.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 86 (33.98% from 255) = 54.09%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=11.32%
G=54.09%
B=34.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886550.7900.360.66152.6565.3820.39
Hex1256374F02442994114
Octal221266711704410223110124
Binary10010101011011011110011110100100100001010011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125637; }

 p { color: rgb(18,86,55); }

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

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

 a { background-color: rgb(18,86,55); }

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

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

 span { border-color: rgb(18,86,55); }

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