#484A01

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

Shades of Verdun Green #484A01

Tints of Verdun Green #484A01

Color information

#484A01 (or 0x484A01) is unknown color: approx Verdun Green. HEX triplet: 48, 4A and 01. RGB value is (72,74,1). Sum of RGB (Red+Green+Blue) = 72+74+1=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #484A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484A01 is #B7B5FE. Grayscale: #414141. Windows color (decimal): -12039679 or 84552. OLE color: 84552.

HSL color Cylindrical-coordinate representation of color #484A01: hue angle of 61.64º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #484A01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB72741-
CMYK0.0300.990.71
HSL61.64º97.33%14.71%-
HSV(B)61.64º98.65%29.02%-
XYZ5.136.280.97-
YUV65.0891.84132.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 74 (29.30% from 255) = 50.34%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=48.98%
G=50.34%
B=0.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal727410.0300.990.7161.6497.3314.71
Hex484A13063473e61f
Octal1101121301431077614117
Binary1001000100101011101100011100011111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A01; }

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

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

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

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

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

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

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

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