#484D09

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

Shades of Verdun Green #484D09

Tints of Verdun Green #484D09

Color information

#484D09 (or 0x484D09) is unknown color: approx Verdun Green. HEX triplet: 48, 4D and 09. RGB value is (72,77,9). Sum of RGB (Red+Green+Blue) = 72+77+9=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #484D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D09 is #B7B2F6. Grayscale: #444444. Windows color (decimal): -12038903 or 609608. OLE color: 609608.

HSL color Cylindrical-coordinate representation of color #484D09: hue angle of 64.41º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #484D09 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB72779-
CMYK0.0600.880.70
HSL64.41º79.07%16.86%-
HSV(B)64.41º88.31%30.2%-
XYZ5.386.711.27-
YUV67.7594.84131.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=45.57%
G=48.73%
B=5.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal727790.0600.880.7064.4179.0716.86
Hex484D9605846404f11
Octal110115116013010610011721
Binary1001000100110110011100101100010001101000000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,9); }

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

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

 a { background-color: rgb(72,77,9); }

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

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

 span { border-color: rgb(72,77,9); }

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