#485217

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

Shades of Verdun Green #485217

Tints of Verdun Green #485217

Color information

#485217 (or 0x485217) is unknown color: approx Verdun Green. HEX triplet: 48, 52 and 17. RGB value is (72,82,23). Sum of RGB (Red+Green+Blue) = 72+82+23=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #485217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485217 is #B7ADE8. Grayscale: #484848. Windows color (decimal): -12037609 or 1528392. OLE color: 1528392.

HSL color Cylindrical-coordinate representation of color #485217: hue angle of 70.17º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485217 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB728223-
CMYK0.1200.720.68
HSL70.17º56.19%20.59%-
HSV(B)70.17º71.95%32.16%-
XYZ5.847.471.95-
YUV72.28100.19127.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=40.68%
G=46.33%
B=12.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282230.1200.720.6870.1756.1920.59
Hex485217C04844463815
Octal110122271401101041067025
Binary10010001010010101111100010010001000100100011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485217; }

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

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

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

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

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

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

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

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