#485408

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

Shades of Verdun Green #485408

Tints of Verdun Green #485408

Color information

#485408 (or 0x485408) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 08. RGB value is (72,84,8). Sum of RGB (Red+Green+Blue) = 72+84+8=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #485408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485408 is #B7ABF7. Grayscale: #484848. Windows color (decimal): -12037112 or 545864. OLE color: 545864.

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

Color convert

RGB72848-
CMYK0.1400.900.67
HSL69.47º82.61%18.04%-
HSV(B)69.47º90.48%32.94%-
XYZ5.897.741.41-
YUV71.7592.02128.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=43.90%
G=51.22%
B=4.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728480.1400.900.6769.4782.6118.04
Hex48548E05A43455312
Octal1101241016013210310512322
Binary10010001010100100011100101101010000111000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485408; }

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

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

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

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

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

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

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

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