#125036

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

Shades of County Green #125036

Tints of County Green #125036

Color information

#125036 (or 0x125036) is unknown color: approx County Green. HEX triplet: 12, 50 and 36. RGB value is (18,80,54). Sum of RGB (Red+Green+Blue) = 18+80+54=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #125036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125036 is #EDAFC9. Grayscale: #3A3A3A. Windows color (decimal): -15577034 or 3559442. OLE color: 3559442.

HSL color Cylindrical-coordinate representation of color #125036: hue angle of 154.84º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125036 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB188054-
CMYK0.7800.330.69
HSL154.84º63.27%19.22%-
HSV(B)154.84º77.5%31.37%-
XYZ3.786.134.47-
YUV58.5125.4699.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=11.84%
G=52.63%
B=35.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880540.7800.330.69154.8463.2719.22
Hex1250364E021459b3f13
Octal22120661160411052337723
Binary1001010100001101101001110010000110001011001101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125036; }

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

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

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

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

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

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

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

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