#124935

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

Shades of Sherwood Green #124935

Tints of Sherwood Green #124935

Color information

#124935 (or 0x124935) is unknown color: approx Sherwood Green. HEX triplet: 12, 49 and 35. RGB value is (18,73,53). Sum of RGB (Red+Green+Blue) = 18+73+53=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #124935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124935 is #EDB6CA. Grayscale: #363636. Windows color (decimal): -15578827 or 3492114. OLE color: 3492114.

HSL color Cylindrical-coordinate representation of color #124935: hue angle of 158.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124935 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB187353-
CMYK0.7500.270.71
HSL158.18º60.44%17.84%-
HSV(B)158.18º75.34%28.63%-
XYZ3.275.154.19-
YUV54.28127.28102.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=12.5%
G=50.69%
B=36.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873530.7500.270.71158.1860.4417.84
Hex1249354B01B479e3c12
Octal22111651130331072367422
Binary100101001001110101100101101101110001111001111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124935; }

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

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

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

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

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

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

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

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