#485907

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

Shades of Verdun Green #485907

Tints of Verdun Green #485907

Color information

#485907 (or 0x485907) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 07. RGB value is (72,89,7). Sum of RGB (Red+Green+Blue) = 72+89+7=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #485907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485907 is #B7A6F8. Grayscale: #4A4A4A. Windows color (decimal): -12035833 or 481608. OLE color: 481608.

HSL color Cylindrical-coordinate representation of color #485907: hue angle of 72.44º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #485907 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB72897-
CMYK0.1900.920.65
HSL72.44º85.42%18.82%-
HSV(B)72.44º92.13%34.9%-
XYZ6.288.541.52-
YUV74.5789.87126.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 52.98%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=42.86%
G=52.98%
B=4.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728970.1900.920.6572.4485.4218.82
Hex485971305C41485513
Octal110131723013410111012523
Binary10010001011001111100110101110010000011001000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485907; }

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

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

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

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

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

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

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

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