#485208

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

Shades of Verdun Green #485208

Tints of Verdun Green #485208

Color information

#485208 (or 0x485208) is unknown color: approx Verdun Green. HEX triplet: 48, 52 and 08. RGB value is (72,82,8). Sum of RGB (Red+Green+Blue) = 72+82+8=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #485208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485208 is #B7ADF7. Grayscale: #464646. Windows color (decimal): -12037624 or 545352. OLE color: 545352.

HSL color Cylindrical-coordinate representation of color #485208: hue angle of 68.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #485208 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB72828-
CMYK0.1200.900.68
HSL68.11º82.22%17.65%-
HSV(B)68.11º90.24%32.16%-
XYZ5.737.431.36-
YUV70.5792.69129.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 82 (32.42% from 255) = 50.62%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=44.44%
G=50.62%
B=4.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal728280.1200.900.6868.1182.2217.65
Hex48528C05A44445212
Octal1101221014013210410412222
Binary10010001010010100011000101101010001001000100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485208; }

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

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

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

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

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

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

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

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