#124F36

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

Shades of County Green #124F36

Tints of County Green #124F36

Color information

#124F36 (or 0x124F36) is unknown color: approx County Green. HEX triplet: 12, 4F and 36. RGB value is (18,79,54). Sum of RGB (Red+Green+Blue) = 18+79+54=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #124F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F36 is #EDB0C9. Grayscale: #393939. Windows color (decimal): -15577290 or 3559186. OLE color: 3559186.

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

Color convert

RGB187954-
CMYK0.7700.320.69
HSL155.41º62.89%19.02%-
HSV(B)155.41º77.22%30.98%-
XYZ3.715.994.45-
YUV57.91125.7999.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=11.92%
G=52.32%
B=35.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879540.7700.320.69155.4162.8919.02
Hex124F364D020459b3f13
Octal22117661150401052337723
Binary1001010011111101101001101010000010001011001101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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