#484500

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

Shades of Verdun Green #484500

Tints of Verdun Green #484500

Color information

#484500 (or 0x484500) is unknown color: approx Verdun Green. HEX triplet: 48, 45 and 00. RGB value is (72,69,0). Sum of RGB (Red+Green+Blue) = 72+69+0=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484500 is #B7BAFF. Grayscale: #3E3E3E. Windows color (decimal): -12040960 or 17736. OLE color: 17736.

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

Color convert

RGB72690-
CMYK00.0410.72
HSL57.5º100%14.12%-
HSV(B)57.5º100%28.24%-
XYZ4.85.630.83-
YUV62.0392.99135.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.06%
G=48.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7269000.0410.7257.510014.12
Hex484500464483a64e
Octal1101050041441107214416
Binary10010001000101001001100100100100011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484500; }

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

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

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

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

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

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

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

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