#484502

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

Shades of Verdun Green #484502

Tints of Verdun Green #484502

Color information

#484502 (or 0x484502) is unknown color: approx Verdun Green. HEX triplet: 48, 45 and 02. RGB value is (72,69,2). Sum of RGB (Red+Green+Blue) = 72+69+2=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484502 is #B7BAFD. Grayscale: #3E3E3E. Windows color (decimal): -12040958 or 148808. OLE color: 148808.

HSL color Cylindrical-coordinate representation of color #484502: hue angle of 57.43º 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 #484502 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB72692-
CMYK00.040.970.72
HSL57.43º94.59%14.51%-
HSV(B)57.43º97.22%28.24%-
XYZ4.815.640.89-
YUV62.2693.99134.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=50.35%
G=48.25%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7269200.040.970.7257.4394.5914.51
Hex48452046148395ff
Octal1101052041411107113717
Binary100100010001011001001100001100100011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484502; }

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

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

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

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

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

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

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

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