#4A5101

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

Shades of Verdun Green #4A5101

Tints of Verdun Green #4A5101

Color information

#4A5101 (or 0x4A5101) is unknown color: approx Verdun Green. HEX triplet: 4A, 51 and 01. RGB value is (74,81,1). Sum of RGB (Red+Green+Blue) = 74+81+1=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5101 is #B5AEFE. Grayscale: #464646. Windows color (decimal): -11906815 or 86346. OLE color: 86346.

HSL color Cylindrical-coordinate representation of color #4A5101: hue angle of 65.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A5101 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB74811-
CMYK0.0900.990.68
HSL65.25º97.56%16.08%-
HSV(B)65.25º98.77%31.76%-
XYZ5.777.341.14-
YUV69.7989.18131-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 47.44%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=47.44%
G=51.92%
B=0.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal748110.0900.990.6865.2597.5616.08
Hex4A511906344416210
Octal112121111014310410114220
Binary10010101010001110010110001110001001000001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,81,1); }

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

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

 a { background-color: rgb(74,81,1); }

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

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

 span { border-color: rgb(74,81,1); }

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