#4A4F08

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

Shades of Verdun Green #4A4F08

Tints of Verdun Green #4A4F08

Color information

#4A4F08 (or 0x4A4F08) is unknown color: approx Verdun Green. HEX triplet: 4A, 4F and 08. RGB value is (74,79,8). Sum of RGB (Red+Green+Blue) = 74+79+8=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A4F08 is #B5B0F7. Grayscale: #454545. Windows color (decimal): -11907320 or 544586. OLE color: 544586.

HSL color Cylindrical-coordinate representation of color #4A4F08: hue angle of 64.23º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A4F08 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB74798-
CMYK0.0600.900.69
HSL64.23º81.61%17.06%-
HSV(B)64.23º89.87%30.98%-
XYZ5.667.071.29-
YUV69.4193.34131.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.96%
GREEN value IS 79 (31.25% from 255) = 49.07%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=45.96%
G=49.07%
B=4.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal747980.0600.900.6964.2381.6117.06
Hex4A4F8605A45405211
Octal112117106013210510012221
Binary1001010100111110001100101101010001011000000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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