#125537

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

Shades of County Green #125537

Tints of County Green #125537

Color information

#125537 (or 0x125537) is unknown color: approx County Green. HEX triplet: 12, 55 and 37. RGB value is (18,85,55). Sum of RGB (Red+Green+Blue) = 18+85+55=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #125537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125537 is #EDAAC8. Grayscale: #3D3D3D. Windows color (decimal): -15575753 or 3626258. OLE color: 3626258.

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

Color convert

RGB188555-
CMYK0.7900.350.67
HSL153.13º65.05%20.2%-
HSV(B)153.13º78.82%33.33%-
XYZ4.196.94.73-
YUV61.55124.396.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=11.39%
G=53.80%
B=34.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885550.7900.350.67153.1365.0520.2
Hex1255374F02343994114
Octal221256711704310323110124
Binary10010101010111011110011110100011100001110011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125537; }

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

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

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

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

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

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

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

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