#484606

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

Shades of Verdun Green #484606

Tints of Verdun Green #484606

Color information

#484606 (or 0x484606) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 06. RGB value is (72,70,6). Sum of RGB (Red+Green+Blue) = 72+70+6=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484606 is #B7B9F9. Grayscale: #3F3F3F. Windows color (decimal): -12040698 or 411208. OLE color: 411208.

HSL color Cylindrical-coordinate representation of color #484606: hue angle of 58.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #484606 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB72706-
CMYK00.030.920.72
HSL58.18º84.62%15.29%-
HSV(B)58.18º91.67%28.24%-
XYZ4.95.771.03-
YUV63.395.66134.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=48.65%
G=47.30%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7270600.030.920.7258.1884.6215.29
Hex48466035C483a55f
Octal1101066031341107212517
Binary100100010001101100111011100100100011101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484606; }

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

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

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

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

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

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

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

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