#484302

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

Shades of Verdun Green #484302

Tints of Verdun Green #484302

Color information

#484302 (or 0x484302) is unknown color: approx Verdun Green. HEX triplet: 48, 43 and 02. RGB value is (72,67,2). Sum of RGB (Red+Green+Blue) = 72+67+2=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484302 is #B7BCFD. Grayscale: #3D3D3D. Windows color (decimal): -12041470 or 148296. OLE color: 148296.

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

Color convert

RGB72672-
CMYK00.070.970.72
HSL55.71º94.59%14.51%-
HSV(B)55.71º97.22%28.24%-
XYZ4.695.40.85-
YUV61.0894.66135.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=51.06%
G=47.52%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267200.070.970.7255.7194.5914.51
Hex48432076148385ff
Octal1101032071411107013717
Binary100100010000111001111100001100100011100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484302; }

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

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

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

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

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

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

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

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