#49621B

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

Shades of Verdun Green #49621B

Tints of Verdun Green #49621B

Color information

#49621B (or 0x49621B) is unknown color: approx Verdun Green. HEX triplet: 49, 62 and 1B. RGB value is (73,98,27). Sum of RGB (Red+Green+Blue) = 73+98+27=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #49621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49621B is #B69DE4. Grayscale: #525252. Windows color (decimal): -11967973 or 1794633. OLE color: 1794633.

HSL color Cylindrical-coordinate representation of color #49621B: hue angle of 81.13º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49621B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB739827-
CMYK0.2600.720.62
HSL81.13º56.8%24.51%-
HSV(B)81.13º72.45%38.43%-
XYZ7.3110.232.63-
YUV82.4396.72121.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=36.87%
G=49.49%
B=13.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398270.2600.720.6281.1356.824.51
Hex49621B1A0483E513919
Octal11114233320110761217131
Binary10010011100010110111101001001000111110101000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49621B; }

 p { color: rgb(73,98,27); }

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

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

 a { background-color: rgb(73,98,27); }

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

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

 span { border-color: rgb(73,98,27); }

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