#124032

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

Shades of Sherwood Green #124032

Tints of Sherwood Green #124032

Color information

#124032 (or 0x124032) is unknown color: approx Sherwood Green. HEX triplet: 12, 40 and 32. RGB value is (18,64,50). Sum of RGB (Red+Green+Blue) = 18+64+50=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #124032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124032 is #EDBFCD. Grayscale: #303030. Windows color (decimal): -15581134 or 3293202. OLE color: 3293202.

HSL color Cylindrical-coordinate representation of color #124032: hue angle of 161.74º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124032 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB186450-
CMYK0.7200.220.75
HSL161.74º56.1%16.08%-
HSV(B)161.74º71.88%25.1%-
XYZ2.664.033.65-
YUV48.65128.76106.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=13.64%
G=48.48%
B=37.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864500.7200.220.75161.7456.116.08
Hex124032480164Ba23810
Octal22100621100261132427020
Binary100101000000110010100100001011010010111010001011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124032; }

 p { color: rgb(18,64,50); }

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

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

 a { background-color: rgb(18,64,50); }

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

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

 span { border-color: rgb(18,64,50); }

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