#124938

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

Shades of Sherwood Green #124938

Tints of Sherwood Green #124938

Color information

#124938 (or 0x124938) is unknown color: approx Sherwood Green. HEX triplet: 12, 49 and 38. RGB value is (18,73,56). Sum of RGB (Red+Green+Blue) = 18+73+56=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #124938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124938 is #EDB6C7. Grayscale: #363636. Windows color (decimal): -15578824 or 3688722. OLE color: 3688722.

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

Color convert

RGB187356-
CMYK0.7500.230.71
HSL161.45º60.44%17.84%-
HSV(B)161.45º75.34%28.63%-
XYZ3.355.184.56-
YUV54.62128.78101.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=12.24%
G=49.66%
B=38.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873560.7500.230.71161.4560.4417.84
Hex1249384B01747a13c12
Octal22111701130271072417422
Binary100101001001111000100101101011110001111010000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124938; }

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

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

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

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

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

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

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

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