#484603

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

Shades of Verdun Green #484603

Tints of Verdun Green #484603

Color information

#484603 (or 0x484603) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 03. RGB value is (72,70,3). Sum of RGB (Red+Green+Blue) = 72+70+3=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484603 is #B7B9FC. Grayscale: #3F3F3F. Windows color (decimal): -12040701 or 214600. OLE color: 214600.

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

Color convert

RGB72703-
CMYK00.030.960.72
HSL58.26º92%14.71%-
HSV(B)58.26º95.83%28.24%-
XYZ4.885.760.94-
YUV62.9694.16134.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=49.66%
G=48.28%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7270300.030.960.7258.269214.71
Hex484630360483a5cf
Octal1101063031401107213417
Binary10010001000110110111100000100100011101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484603; }

 p { color: rgb(72,70,3); }

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

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

 a { background-color: rgb(72,70,3); }

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

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

 span { border-color: rgb(72,70,3); }

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