#485717

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

Shades of Verdun Green #485717

Tints of Verdun Green #485717

Color information

#485717 (or 0x485717) is unknown color: approx Verdun Green. HEX triplet: 48, 57 and 17. RGB value is (72,87,23). Sum of RGB (Red+Green+Blue) = 72+87+23=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #485717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485717 is #B7A8E8. Grayscale: #4B4B4B. Windows color (decimal): -12036329 or 1529672. OLE color: 1529672.

HSL color Cylindrical-coordinate representation of color #485717: hue angle of 74.06º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #485717 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB728723-
CMYK0.1700.740.66
HSL74.06º58.18%21.57%-
HSV(B)74.06º73.56%34.12%-
XYZ6.248.262.08-
YUV75.2298.53125.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 87 (34.38% from 255) = 47.80%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=39.56%
G=47.80%
B=12.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287230.1700.740.6674.0658.1821.57
Hex4857171104A424a3a16
Octal110127272101121021127226
Binary100100010101111011110001010010101000010100101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485717; }

 p { color: rgb(72,87,23); }

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

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

 a { background-color: rgb(72,87,23); }

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

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

 span { border-color: rgb(72,87,23); }

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