#4A5F1C

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

Shades of Verdun Green #4A5F1C

Tints of Verdun Green #4A5F1C

Color information

#4A5F1C (or 0x4A5F1C) is unknown color: approx Verdun Green. HEX triplet: 4A, 5F and 1C. RGB value is (74,95,28). Sum of RGB (Red+Green+Blue) = 74+95+28=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5F1C is #B5A0E3. Grayscale: #515151. Windows color (decimal): -11903204 or 1859402. OLE color: 1859402.

HSL color Cylindrical-coordinate representation of color #4A5F1C: hue angle of 78.81º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A5F1C is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB749528-
CMYK0.2200.710.63
HSL78.81º54.47%24.12%-
HSV(B)78.81º70.53%37.25%-
XYZ7.139.722.6-
YUV81.0898.04122.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=37.56%
G=48.22%
B=14.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7495280.2200.710.6378.8154.4724.12
Hex4A5F1C160473F4f3618
Octal11213734260107771176630
Binary10010101011111111001011001000111111111100111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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