#49611C

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

Shades of Verdun Green #49611C

Tints of Verdun Green #49611C

Color information

#49611C (or 0x49611C) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 1C. RGB value is (73,97,28). Sum of RGB (Red+Green+Blue) = 73+97+28=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #49611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49611C is #B69EE3. Grayscale: #525252. Windows color (decimal): -11968228 or 1859913. OLE color: 1859913.

HSL color Cylindrical-coordinate representation of color #49611C: hue angle of 80.87º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49611C is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB739728-
CMYK0.2500.710.62
HSL80.87º55.2%24.51%-
HSV(B)80.87º71.13%38.04%-
XYZ7.2310.052.66-
YUV81.9697.55121.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=36.87%
G=48.99%
B=14.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397280.2500.710.6280.8755.224.51
Hex49611C190473E513719
Octal11114134310107761216731
Binary10010011100001111001100101000111111110101000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49611C; }

 p { color: rgb(73,97,28); }

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

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

 a { background-color: rgb(73,97,28); }

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

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

 span { border-color: rgb(73,97,28); }

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