#485007

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

Shades of Verdun Green #485007

Tints of Verdun Green #485007

Color information

#485007 (or 0x485007) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 07. RGB value is (72,80,7). Sum of RGB (Red+Green+Blue) = 72+80+7=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #485007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485007 is #B7AFF8. Grayscale: #454545. Windows color (decimal): -12038137 or 479304. OLE color: 479304.

HSL color Cylindrical-coordinate representation of color #485007: hue angle of 66.58º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #485007 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB72807-
CMYK0.1000.910.69
HSL66.58º83.91%17.06%-
HSV(B)66.58º91.25%31.37%-
XYZ5.587.131.28-
YUV69.2992.85129.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=45.28%
G=50.31%
B=4.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal728070.1000.910.6966.5883.9117.06
Hex48507A05B45435411
Octal110120712013310510312421
Binary1001000101000011110100101101110001011000011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485007; }

 p { color: rgb(72,80,7); }

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

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

 a { background-color: rgb(72,80,7); }

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

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

 span { border-color: rgb(72,80,7); }

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