#4A660F

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

Shades of Verdun Green #4A660F

Tints of Verdun Green #4A660F

Color information

#4A660F (or 0x4A660F) is unknown color: approx Verdun Green. HEX triplet: 4A, 66 and 0F. RGB value is (74,102,15). Sum of RGB (Red+Green+Blue) = 74+102+15=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #4A660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A660F is #B599F0. Grayscale: #545454. Windows color (decimal): -11901425 or 1009226. OLE color: 1009226.

HSL color Cylindrical-coordinate representation of color #4A660F: hue angle of 79.31º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A660F is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB7410215-
CMYK0.2700.850.6
HSL79.31º74.36%22.94%-
HSV(B)79.31º85.29%40%-
XYZ7.6610.992.17-
YUV83.7189.22121.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.74%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=38.74%
G=53.40%
B=7.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102150.2700.850.679.3174.3622.94
Hex4A66F1B0553C4f4a17
Octal112146173301257411711227
Binary10010101100110111111011010101011111001001111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,102,15); }

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

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

 a { background-color: rgb(74,102,15); }

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

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

 span { border-color: rgb(74,102,15); }

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