#485110

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

Shades of Verdun Green #485110

Tints of Verdun Green #485110

Color information

#485110 (or 0x485110) is unknown color: approx Verdun Green. HEX triplet: 48, 51 and 10. RGB value is (72,81,16). Sum of RGB (Red+Green+Blue) = 72+81+16=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #485110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485110 is #B7AEEF. Grayscale: #474747. Windows color (decimal): -12037872 or 1069384. OLE color: 1069384.

HSL color Cylindrical-coordinate representation of color #485110: hue angle of 68.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485110 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB728116-
CMYK0.1100.800.68
HSL68.31º67.01%19.02%-
HSV(B)68.31º80.25%31.76%-
XYZ5.717.31.6-
YUV70.997.02128.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=42.60%
G=47.93%
B=9.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281160.1100.800.6868.3167.0119.02
Hex485110B05044444313
Octal1101212013012010410410323
Binary100100010100011000010110101000010001001000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485110; }

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

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

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

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

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

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

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

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