#484C14

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

Shades of Verdun Green #484C14

Tints of Verdun Green #484C14

Color information

#484C14 (or 0x484C14) is unknown color: approx Verdun Green. HEX triplet: 48, 4C and 14. RGB value is (72,76,20). Sum of RGB (Red+Green+Blue) = 72+76+20=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #484C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C14 is #B7B3EB. Grayscale: #444444. Windows color (decimal): -12039148 or 1330248. OLE color: 1330248.

HSL color Cylindrical-coordinate representation of color #484C14: hue angle of 64.29º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #484C14 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB727620-
CMYK0.0500.740.70
HSL64.29º58.33%18.82%-
HSV(B)64.29º73.68%29.8%-
XYZ5.386.61.65-
YUV68.42100.67130.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=42.86%
G=45.24%
B=11.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276200.0500.740.7064.2958.3318.82
Hex484C14504A46403a13
Octal11011424501121061007223
Binary1001000100110010100101010010101000110100000011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484C14; }

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

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

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

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

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

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

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

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