#124736

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

Shades of Sherwood Green #124736

Tints of Sherwood Green #124736

Color information

#124736 (or 0x124736) is unknown color: approx Sherwood Green. HEX triplet: 12, 47 and 36. RGB value is (18,71,54). Sum of RGB (Red+Green+Blue) = 18+71+54=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #124736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124736 is #EDB8C9. Grayscale: #353535. Windows color (decimal): -15579338 or 3557138. OLE color: 3557138.

HSL color Cylindrical-coordinate representation of color #124736: hue angle of 160.75º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124736 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB187154-
CMYK0.7500.240.72
HSL160.75º59.55%17.45%-
HSV(B)160.75º74.65%27.84%-
XYZ3.174.94.27-
YUV53.22128.44102.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=12.59%
G=49.65%
B=37.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871540.7500.240.72160.7559.5517.45
Hex1247364B01848a13c11
Octal22107661130301102417421
Binary100101000111110110100101101100010010001010000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124736; }

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

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

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

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

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

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

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

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