#124735

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

Shades of Sherwood Green #124735

Tints of Sherwood Green #124735

Color information

#124735 (or 0x124735) is unknown color: approx Sherwood Green. HEX triplet: 12, 47 and 35. RGB value is (18,71,53). Sum of RGB (Red+Green+Blue) = 18+71+53=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #124735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124735 is #EDB8CA. Grayscale: #353535. Windows color (decimal): -15579339 or 3491602. OLE color: 3491602.

HSL color Cylindrical-coordinate representation of color #124735: hue angle of 159.62º 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 #124735 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB187153-
CMYK0.7500.250.72
HSL159.62º59.55%17.45%-
HSV(B)159.62º74.65%27.84%-
XYZ3.154.894.15-
YUV53.1127.94102.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=12.68%
G=50%
B=37.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871530.7500.250.72159.6259.5517.45
Hex1247354B01948a03c11
Octal22107651130311102407421
Binary100101000111110101100101101100110010001010000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124735; }

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

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

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

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

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

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

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

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