#4B4707

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

Shades of Verdun Green #4B4707

Tints of Verdun Green #4B4707

Color information

#4B4707 (or 0x4B4707) is unknown color: approx Verdun Green. HEX triplet: 4B, 47 and 07. RGB value is (75,71,7). Sum of RGB (Red+Green+Blue) = 75+71+7=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4707 is #B4B8F8. Grayscale: #414141. Windows color (decimal): -11843833 or 477003. OLE color: 477003.

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

Color convert

RGB75717-
CMYK00.050.910.71
HSL56.47º82.93%16.08%-
HSV(B)56.47º90.67%29.41%-
XYZ5.196.021.09-
YUV64.995.33135.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=49.02%
G=46.41%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7571700.050.910.7156.4782.9316.08
Hex4B477055B47385310
Octal1131077051331077012320
Binary10010111000111111010110110111000111111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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