#49530B

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

Shades of Verdun Green #49530B

Tints of Verdun Green #49530B

Color information

#49530B (or 0x49530B) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 0B. RGB value is (73,83,11). Sum of RGB (Red+Green+Blue) = 73+83+11=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #49530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49530B is #B6ACF4. Grayscale: #484848. Windows color (decimal): -11971829 or 742217. OLE color: 742217.

HSL color Cylindrical-coordinate representation of color #49530B: hue angle of 68.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49530B is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB738311-
CMYK0.1200.870.67
HSL68.33º76.6%18.43%-
HSV(B)68.33º86.75%32.55%-
XYZ5.97.631.48-
YUV71.893.69128.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=43.71%
G=49.70%
B=6.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383110.1200.870.6768.3376.618.43
Hex4953BC05743444d12
Octal1111231314012710310411522
Binary10010011010011101111000101011110000111000100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,83,11); }

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

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

 a { background-color: rgb(73,83,11); }

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

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

 span { border-color: rgb(73,83,11); }

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