#484F04

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

Shades of Verdun Green #484F04

Tints of Verdun Green #484F04

Color information

#484F04 (or 0x484F04) is unknown color: approx Verdun Green. HEX triplet: 48, 4F and 04. RGB value is (72,79,4). Sum of RGB (Red+Green+Blue) = 72+79+4=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #484F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484F04 is #B7B0FB. Grayscale: #444444. Windows color (decimal): -12038396 or 282440. OLE color: 282440.

HSL color Cylindrical-coordinate representation of color #484F04: hue angle of 65.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #484F04 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB72794-
CMYK0.0900.950.69
HSL65.6º90.36%16.27%-
HSV(B)65.6º94.94%30.98%-
XYZ5.496.981.17-
YUV68.3691.68130.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 79 (31.25% from 255) = 50.97%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=46.45%
G=50.97%
B=2.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal727940.0900.950.6965.690.3616.27
Hex484F4905F45425a10
Octal110117411013710510213220
Binary1001000100111110010010101111110001011000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,4); }

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

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

 a { background-color: rgb(72,79,4); }

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

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

 span { border-color: rgb(72,79,4); }

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