#124F3A

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

Shades of Sherwood Green #124F3A

Tints of Sherwood Green #124F3A

Color information

#124F3A (or 0x124F3A) is unknown color: approx Sherwood Green. HEX triplet: 12, 4F and 3A. RGB value is (18,79,58). Sum of RGB (Red+Green+Blue) = 18+79+58=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #124F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F3A is #EDB0C5. Grayscale: #3A3A3A. Windows color (decimal): -15577286 or 3821330. OLE color: 3821330.

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

Color convert

RGB187958-
CMYK0.7700.270.69
HSL159.34º62.89%19.02%-
HSV(B)159.34º77.22%30.98%-
XYZ3.816.034.97-
YUV58.37127.7999.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 79 (31.25% from 255) = 50.97%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=11.61%
G=50.97%
B=37.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879580.7700.270.69159.3462.8919.02
Hex124F3A4D01B459f3f13
Octal22117721150331052377723
Binary100101001111111010100110101101110001011001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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