#4A670A

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

Shades of Verdun Green #4A670A

Tints of Verdun Green #4A670A

Color information

#4A670A (or 0x4A670A) is unknown color: approx Verdun Green. HEX triplet: 4A, 67 and 0A. RGB value is (74,103,10). Sum of RGB (Red+Green+Blue) = 74+103+10=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #4A670A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A670A is #B598F5. Grayscale: #545454. Windows color (decimal): -11901174 or 681802. OLE color: 681802.

HSL color Cylindrical-coordinate representation of color #4A670A: hue angle of 78.71º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A670A is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB7410310-
CMYK0.2800.900.60
HSL78.71º82.3%22.16%-
HSV(B)78.71º90.29%40.39%-
XYZ7.7311.182.04-
YUV83.7386.39121.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.57%
GREEN value IS 103 (40.62% from 255) = 55.08%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=39.57%
G=55.08%
B=5.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103100.2800.900.6078.7182.322.16
Hex4A67A1C05A3C4f5216
Octal112147123401327411712226
Binary10010101100111101011100010110101111001001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,103,10); }

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

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

 a { background-color: rgb(74,103,10); }

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

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

 span { border-color: rgb(74,103,10); }

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