#4B4705

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

Shades of Verdun Green #4B4705

Tints of Verdun Green #4B4705

Color information

#4B4705 (or 0x4B4705) is unknown color: approx Verdun Green. HEX triplet: 4B, 47 and 05. RGB value is (75,71,5). Sum of RGB (Red+Green+Blue) = 75+71+5=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4705 is #B4B8FA. Grayscale: #404040. Windows color (decimal): -11843835 or 345931. OLE color: 345931.

HSL color Cylindrical-coordinate representation of color #4B4705: hue angle of 56.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B4705 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB75715-
CMYK00.050.930.71
HSL56.57º87.5%15.69%-
HSV(B)56.57º93.33%29.41%-
XYZ5.186.011.03-
YUV64.6794.33135.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=49.67%
G=47.02%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7571500.050.930.7156.5787.515.69
Hex4B475055D47395810
Octal1131075051351077113020
Binary10010111000111101010110111011000111111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4705; }

 p { color: rgb(75,71,5); }

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

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

 a { background-color: rgb(75,71,5); }

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

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

 span { border-color: rgb(75,71,5); }

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