#125536

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

Shades of County Green #125536

Tints of County Green #125536

Color information

#125536 (or 0x125536) is unknown color: approx County Green. HEX triplet: 12, 55 and 36. RGB value is (18,85,54). Sum of RGB (Red+Green+Blue) = 18+85+54=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #125536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125536 is #EDAAC9. Grayscale: #3D3D3D. Windows color (decimal): -15575754 or 3560722. OLE color: 3560722.

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

Color convert

RGB188554-
CMYK0.7900.360.67
HSL152.24º65.05%20.2%-
HSV(B)152.24º78.82%33.33%-
XYZ4.166.894.6-
YUV61.43123.897.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=11.46%
G=54.14%
B=34.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885540.7900.360.67152.2465.0520.2
Hex1255364F02443984114
Octal221256611704410323010124
Binary10010101010111011010011110100100100001110011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125536; }

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

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

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

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

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

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

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

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