#49510B

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

Shades of Verdun Green #49510B

Tints of Verdun Green #49510B

Color information

#49510B (or 0x49510B) is unknown color: approx Verdun Green. HEX triplet: 49, 51 and 0B. RGB value is (73,81,11). Sum of RGB (Red+Green+Blue) = 73+81+11=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #49510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49510B is #B6AEF4. Grayscale: #464646. Windows color (decimal): -11972341 or 741705. OLE color: 741705.

HSL color Cylindrical-coordinate representation of color #49510B: hue angle of 66.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49510B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB738111-
CMYK0.1000.860.68
HSL66.86º76.09%18.04%-
HSV(B)66.86º86.42%31.76%-
XYZ5.757.331.43-
YUV70.6394.35129.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 81 (32.03% from 255) = 49.09%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=44.24%
G=49.09%
B=6.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381110.1000.860.6866.8676.0918.04
Hex4951BA05644434c12
Octal1111211312012610410311422
Binary10010011010001101110100101011010001001000011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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