#484405

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

Shades of Verdun Green #484405

Tints of Verdun Green #484405

Color information

#484405 (or 0x484405) is unknown color: approx Verdun Green. HEX triplet: 48, 44 and 05. RGB value is (72,68,5). Sum of RGB (Red+Green+Blue) = 72+68+5=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484405 is #B7BBFA. Grayscale: #3E3E3E. Windows color (decimal): -12041211 or 345160. OLE color: 345160.

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

Color convert

RGB72685-
CMYK00.060.930.72
HSL56.42º87.01%15.1%-
HSV(B)56.42º93.06%28.24%-
XYZ4.775.520.96-
YUV62.0195.83135.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=49.66%
G=46.90%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7268500.060.930.7256.4287.0115.1
Hex48445065D483857f
Octal1101045061351107012717
Binary1001000100010010101101011101100100011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484405; }

 p { color: rgb(72,68,5); }

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

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

 a { background-color: rgb(72,68,5); }

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

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

 span { border-color: rgb(72,68,5); }

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