#484301

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

Shades of Verdun Green #484301

Tints of Verdun Green #484301

Color information

#484301 (or 0x484301) is unknown color: approx Verdun Green. HEX triplet: 48, 43 and 01. RGB value is (72,67,1). Sum of RGB (Red+Green+Blue) = 72+67+1=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #484301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484301 is #B7BCFE. Grayscale: #3D3D3D. Windows color (decimal): -12041471 or 82760. OLE color: 82760.

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

Color convert

RGB72671-
CMYK00.070.990.72
HSL55.77º97.26%14.31%-
HSV(B)55.77º98.61%28.24%-
XYZ4.695.390.82-
YUV60.9794.16135.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=51.43%
G=47.86%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267100.070.990.7255.7797.2614.31
Hex484310763483861e
Octal1101031071431107014116
Binary10010001000011101111100011100100011100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484301; }

 p { color: rgb(72,67,1); }

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

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

 a { background-color: rgb(72,67,1); }

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

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

 span { border-color: rgb(72,67,1); }

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