#4B4912

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

Shades of Verdun Green #4B4912

Tints of Verdun Green #4B4912

Color information

#4B4912 (or 0x4B4912) is unknown color: approx Verdun Green. HEX triplet: 4B, 49 and 12. RGB value is (75,73,18). Sum of RGB (Red+Green+Blue) = 75+73+18=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4912 is #B4B6ED. Grayscale: #434343. Windows color (decimal): -11843310 or 1198411. OLE color: 1198411.

HSL color Cylindrical-coordinate representation of color #4B4912: hue angle of 57.89º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B4912 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB757318-
CMYK00.030.760.71
HSL57.89º61.29%18.24%-
HSV(B)57.89º76%29.41%-
XYZ5.396.31.5-
YUV67.33100.16133.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=45.18%
G=43.98%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75731800.030.760.7157.8961.2918.24
Hex4B4912034C473a3d12
Octal1131112203114107727522
Binary10010111001001100100111001100100011111101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,18); }

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

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

 a { background-color: rgb(75,73,18); }

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

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

 span { border-color: rgb(75,73,18); }

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