#124D36

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

Shades of County Green #124D36

Tints of County Green #124D36

Color information

#124D36 (or 0x124D36) is unknown color: approx County Green. HEX triplet: 12, 4D and 36. RGB value is (18,77,54). Sum of RGB (Red+Green+Blue) = 18+77+54=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #124D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D36 is #EDB2C9. Grayscale: #383838. Windows color (decimal): -15577802 or 3558674. OLE color: 3558674.

HSL color Cylindrical-coordinate representation of color #124D36: hue angle of 156.61º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D36 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB187754-
CMYK0.7700.300.70
HSL156.61º62.11%18.63%-
HSV(B)156.61º76.62%30.2%-
XYZ3.575.74.4-
YUV56.74126.45100.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 54 (21.48% from 255) = 36.24%
R=12.08%
G=51.68%
B=36.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877540.7700.300.70156.6162.1118.63
Hex124D364D01E469d3e13
Octal22115661150361062357623
Binary100101001101110110100110101111010001101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124D36; }

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

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

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

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

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

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

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

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