#484507

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

Shades of Verdun Green #484507

Tints of Verdun Green #484507

Color information

#484507 (or 0x484507) is unknown color: approx Verdun Green. HEX triplet: 48, 45 and 07. RGB value is (72,69,7). Sum of RGB (Red+Green+Blue) = 72+69+7=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484507 is #B7BAF8. Grayscale: #3F3F3F. Windows color (decimal): -12040953 or 476488. OLE color: 476488.

HSL color Cylindrical-coordinate representation of color #484507: hue angle of 57.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484507 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72697-
CMYK00.040.900.72
HSL57.23º82.28%15.49%-
HSV(B)57.23º90.28%28.24%-
XYZ4.845.651.04-
YUV62.8396.49134.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=48.65%
G=46.62%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7269700.040.900.7257.2382.2815.49
Hex48457045A483952f
Octal1101057041321107112217
Binary1001000100010111101001011010100100011100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484507; }

 p { color: rgb(72,69,7); }

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

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

 a { background-color: rgb(72,69,7); }

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

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

 span { border-color: rgb(72,69,7); }

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