#4A550F

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

Shades of Verdun Green #4A550F

Tints of Verdun Green #4A550F

Color information

#4A550F (or 0x4A550F) is unknown color: approx Verdun Green. HEX triplet: 4A, 55 and 0F. RGB value is (74,85,15). Sum of RGB (Red+Green+Blue) = 74+85+15=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #4A550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A550F is #B5AAF0. Grayscale: #4A4A4A. Windows color (decimal): -11905777 or 1004874. OLE color: 1004874.

HSL color Cylindrical-coordinate representation of color #4A550F: hue angle of 69.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A550F is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB748515-
CMYK0.1300.820.67
HSL69.43º70%19.61%-
HSV(B)69.43º82.35%33.33%-
XYZ6.167.991.67-
YUV73.7394.86128.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.53%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=42.53%
G=48.85%
B=8.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485150.1300.820.6769.437019.61
Hex4A55FD05243454614
Octal1121251715012210310510624
Binary10010101010101111111010101001010000111000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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