#485E1F

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

Shades of Verdun Green #485E1F

Tints of Verdun Green #485E1F

Color information

#485E1F (or 0x485E1F) is unknown color: approx Verdun Green. HEX triplet: 48, 5E and 1F. RGB value is (72,94,31). Sum of RGB (Red+Green+Blue) = 72+94+31=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #485E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E1F is #B7A1E0. Grayscale: #505050. Windows color (decimal): -12034529 or 2055752. OLE color: 2055752.

HSL color Cylindrical-coordinate representation of color #485E1F: hue angle of 80.95º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485E1F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB729431-
CMYK0.2300.670.63
HSL80.95º50.4%24.51%-
HSV(B)80.95º67.02%36.86%-
XYZ6.929.482.76-
YUV80.24100.21122.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 94 (37.11% from 255) = 47.72%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=36.55%
G=47.72%
B=15.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294310.2300.670.6380.9550.424.51
Hex485E1F170433F513219
Octal11013637270103771216231
Binary10010001011110111111011101000011111111101000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E1F; }

 p { color: rgb(72,94,31); }

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

<style>
 a { background-color: #485E1F; }

 a { background-color: rgb(72,94,31); }

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

<style>
 span { border-color: #485E1F; }

 span { border-color: rgb(72,94,31); }

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