#484C09

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

Shades of Verdun Green #484C09

Tints of Verdun Green #484C09

Color information

#484C09 (or 0x484C09) is unknown color: approx Verdun Green. HEX triplet: 48, 4C and 09. RGB value is (72,76,9). Sum of RGB (Red+Green+Blue) = 72+76+9=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #484C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C09 is #B7B3F6. Grayscale: #434343. Windows color (decimal): -12039159 or 609352. OLE color: 609352.

HSL color Cylindrical-coordinate representation of color #484C09: hue angle of 63.58º 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 #484C09 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB72769-
CMYK0.0500.880.70
HSL63.58º78.82%16.67%-
HSV(B)63.58º88.16%29.8%-
XYZ5.316.571.25-
YUV67.1795.17131.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=45.86%
G=48.41%
B=5.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal727690.0500.880.7063.5878.8216.67
Hex484C9505846404f11
Octal110114115013010610011721
Binary1001000100110010011010101100010001101000000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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