#4A570F

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

Shades of Verdun Green #4A570F

Tints of Verdun Green #4A570F

Color information

#4A570F (or 0x4A570F) is unknown color: approx Verdun Green. HEX triplet: 4A, 57 and 0F. RGB value is (74,87,15). Sum of RGB (Red+Green+Blue) = 74+87+15=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #4A570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A570F is #B5A8F0. Grayscale: #4B4B4B. Windows color (decimal): -11905265 or 1005386. OLE color: 1005386.

HSL color Cylindrical-coordinate representation of color #4A570F: hue angle of 70.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A570F is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB748715-
CMYK0.1500.830.66
HSL70.83º70.59%20%-
HSV(B)70.83º82.76%34.12%-
XYZ6.328.311.72-
YUV74.994.19127.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.05%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=42.05%
G=49.43%
B=8.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7487150.1500.830.6670.8370.5920
Hex4A57FF05342474714
Octal1121271717012310210710724
Binary10010101010111111111110101001110000101000111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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