#4A601C

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

Shades of Verdun Green #4A601C

Tints of Verdun Green #4A601C

Color information

#4A601C (or 0x4A601C) is unknown color: approx Verdun Green. HEX triplet: 4A, 60 and 1C. RGB value is (74,96,28). Sum of RGB (Red+Green+Blue) = 74+96+28=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #4A601C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A601C is #B59FE3. Grayscale: #515151. Windows color (decimal): -11902948 or 1859658. OLE color: 1859658.

HSL color Cylindrical-coordinate representation of color #4A601C: hue angle of 79.41º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A601C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB749628-
CMYK0.2300.710.62
HSL79.41º54.84%24.31%-
HSV(B)79.41º70.83%37.65%-
XYZ7.229.912.63-
YUV81.6797.71122.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.37%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=37.37%
G=48.48%
B=14.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496280.2300.710.6279.4154.8424.31
Hex4A601C170473E4f3718
Octal11214034270107761176730
Binary10010101100000111001011101000111111110100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,28); }

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

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

 a { background-color: rgb(74,96,28); }

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

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

 span { border-color: rgb(74,96,28); }

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