#485409

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

Shades of Verdun Green #485409

Tints of Verdun Green #485409

Color information

#485409 (or 0x485409) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 09. RGB value is (72,84,9). Sum of RGB (Red+Green+Blue) = 72+84+9=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #485409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485409 is #B7ABF6. Grayscale: #484848. Windows color (decimal): -12037111 or 611400. OLE color: 611400.

HSL color Cylindrical-coordinate representation of color #485409: hue angle of 69.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #485409 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB72849-
CMYK0.1400.890.67
HSL69.6º80.65%18.24%-
HSV(B)69.6º89.29%32.94%-
XYZ5.897.741.44-
YUV71.8692.52128.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 84 (33.20% from 255) = 50.91%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=43.64%
G=50.91%
B=5.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728490.1400.890.6769.680.6518.24
Hex48549E05943465112
Octal1101241116013110310612122
Binary10010001010100100111100101100110000111000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485409; }

 p { color: rgb(72,84,9); }

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

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

 a { background-color: rgb(72,84,9); }

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

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

 span { border-color: rgb(72,84,9); }

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