#4A4F0B

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

Shades of Verdun Green #4A4F0B

Tints of Verdun Green #4A4F0B

Color information

#4A4F0B (or 0x4A4F0B) is unknown color: approx Verdun Green. HEX triplet: 4A, 4F and 0B. RGB value is (74,79,11). Sum of RGB (Red+Green+Blue) = 74+79+11=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A4F0B is #B5B0F4. Grayscale: #464646. Windows color (decimal): -11907317 or 741194. OLE color: 741194.

HSL color Cylindrical-coordinate representation of color #4A4F0B: hue angle of 64.41º 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 #4A4F0B is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB747911-
CMYK0.0600.860.69
HSL64.41º75.56%17.65%-
HSV(B)64.41º86.08%30.98%-
XYZ5.687.071.38-
YUV69.7594.84131.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.12%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=45.12%
G=48.17%
B=6.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7479110.0600.860.6964.4175.5617.65
Hex4A4FB605645404c12
Octal112117136012610510011422
Binary1001010100111110111100101011010001011000000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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