#4A500B

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

Shades of Verdun Green #4A500B

Tints of Verdun Green #4A500B

Color information

#4A500B (or 0x4A500B) is unknown color: approx Verdun Green. HEX triplet: 4A, 50 and 0B. RGB value is (74,80,11). Sum of RGB (Red+Green+Blue) = 74+80+11=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #4A500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A500B is #B5AFF4. Grayscale: #464646. Windows color (decimal): -11907061 or 741450. OLE color: 741450.

HSL color Cylindrical-coordinate representation of color #4A500B: hue angle of 65.22º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A500B is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB748011-
CMYK0.0800.860.69
HSL65.22º75.82%17.84%-
HSV(B)65.22º86.25%31.37%-
XYZ5.757.221.41-
YUV70.3494.51130.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.85%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=44.85%
G=48.48%
B=6.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7480110.0800.860.6965.2275.8217.84
Hex4A50B805645414c12
Octal1121201310012610510111422
Binary10010101010000101110000101011010001011000001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,80,11); }

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

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

 a { background-color: rgb(74,80,11); }

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

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

 span { border-color: rgb(74,80,11); }

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