#485414

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

Shades of Verdun Green #485414

Tints of Verdun Green #485414

Color information

#485414 (or 0x485414) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 14. RGB value is (72,84,20). Sum of RGB (Red+Green+Blue) = 72+84+20=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #485414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485414 is #B7ABEB. Grayscale: #494949. Windows color (decimal): -12037100 or 1332296. OLE color: 1332296.

HSL color Cylindrical-coordinate representation of color #485414: hue angle of 71.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #485414 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB728420-
CMYK0.1400.760.67
HSL71.25º61.54%20.39%-
HSV(B)71.25º76.19%32.94%-
XYZ5.977.771.85-
YUV73.1298.02127.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=40.91%
G=47.73%
B=11.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284200.1400.760.6771.2561.5420.39
Hex485414E04C43473e14
Octal110124241601141031077624
Binary10010001010100101001110010011001000011100011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485414; }

 p { color: rgb(72,84,20); }

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

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

 a { background-color: rgb(72,84,20); }

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

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

 span { border-color: rgb(72,84,20); }

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