#484706

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

Shades of Verdun Green #484706

Tints of Verdun Green #484706

Color information

#484706 (or 0x484706) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 06. RGB value is (72,71,6). Sum of RGB (Red+Green+Blue) = 72+71+6=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #484706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484706 is #B7B8F9. Grayscale: #404040. Windows color (decimal): -12040442 or 411464. OLE color: 411464.

HSL color Cylindrical-coordinate representation of color #484706: hue angle of 59.09º 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 #484706 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB72716-
CMYK00.010.920.72
HSL59.09º84.62%15.29%-
HSV(B)59.09º91.67%28.24%-
XYZ4.965.91.05-
YUV63.8995.33133.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=48.32%
G=47.65%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271600.010.920.7259.0984.6215.29
Hex48476015C483b55f
Octal1101076011341107312517
Binary10010001000111110011011100100100011101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484706; }

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

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

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

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

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

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

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

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