#484C06

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

Shades of Verdun Green #484C06

Tints of Verdun Green #484C06

Color information

#484C06 (or 0x484C06) is unknown color: approx Verdun Green. HEX triplet: 48, 4C and 06. RGB value is (72,76,6). Sum of RGB (Red+Green+Blue) = 72+76+6=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #484C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C06 is #B7B3F9. Grayscale: #434343. Windows color (decimal): -12039162 or 412744. OLE color: 412744.

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

Color convert

RGB72766-
CMYK0.0500.920.70
HSL63.43º85.37%16.08%-
HSV(B)63.43º92.11%29.8%-
XYZ5.296.561.16-
YUV66.8293.67131.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 76 (30.08% from 255) = 49.35%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=46.75%
G=49.35%
B=3.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal727660.0500.920.7063.4385.3716.08
Hex484C6505C463f5510
Octal1101146501341067712520
Binary10010001001100110101010111001000110111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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