#124E34

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

Shades of County Green #124E34

Tints of County Green #124E34

Color information

#124E34 (or 0x124E34) is unknown color: approx County Green. HEX triplet: 12, 4E and 34. RGB value is (18,78,52). Sum of RGB (Red+Green+Blue) = 18+78+52=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #124E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E34 is #EDB1CB. Grayscale: #393939. Windows color (decimal): -15577548 or 3427858. OLE color: 3427858.

HSL color Cylindrical-coordinate representation of color #124E34: hue angle of 154º degrees, saturation: 0.62, 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 #124E34 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB187852-
CMYK0.7700.330.69
HSL154º62.5%18.82%-
HSV(B)154º76.92%30.59%-
XYZ3.595.834.18-
YUV57.1125.12100.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 78 (30.86% from 255) = 52.70%
BLUE value IS 52 (20.70% from 255) = 35.14%
R=12.16%
G=52.70%
B=35.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878520.7700.330.6915462.518.82
Hex124E344D021459a3e13
Octal22116641150411052327623
Binary1001010011101101001001101010000110001011001101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,78,52); }

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

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

 a { background-color: rgb(18,78,52); }

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

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

 span { border-color: rgb(18,78,52); }

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