#485108

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

Shades of Verdun Green #485108

Tints of Verdun Green #485108

Color information

#485108 (or 0x485108) is unknown color: approx Verdun Green. HEX triplet: 48, 51 and 08. RGB value is (72,81,8). Sum of RGB (Red+Green+Blue) = 72+81+8=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #485108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485108 is #B7AEF7. Grayscale: #464646. Windows color (decimal): -12037880 or 545096. OLE color: 545096.

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

Color convert

RGB72818-
CMYK0.1100.900.68
HSL67.4º82.02%17.45%-
HSV(B)67.4º90.12%31.76%-
XYZ5.667.281.34-
YUV69.9993.02129.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=44.72%
G=50.31%
B=4.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal728180.1100.900.6867.482.0217.45
Hex48518B05A44435211
Octal1101211013013210410312221
Binary10010001010001100010110101101010001001000011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485108; }

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

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

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

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

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

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

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

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