Html Css Color HEX #484900 Verdun Green

📋 copy color: '#484900'

red 72 ◦ green 73 ◦ blue 0

#484900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #484900

Tints of Verdun Green #484900

RGB

 RED value IS 72 (28.52% from 255) = 49.66%

 GREEN value IS 73 (28.91% from 255) = 50.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.66%
G = 50.34%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#484900 (or 0x484900) is known color: Verdun Green. HEX triplet: 48, 49 and 00. RGB value is (72,73,0). Sum of RGB (Red+Green+Blue) = 72+73+0=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #484900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484900 is #B7B6FF. Grayscale: #404040. Windows color (decimal): -12039936 or 18760. OLE color: 18760.

HSL color Cylindrical-coordinate representation of color #484900: hue angle of 60.82º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #484900 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 0 -
CMYK 0.01 0 1 0.71
HSL 60.82º 1% 0.14% -
HSV(B) 60.82º 1% 0.29% -
XYZ 5.06 6.14 0.92 -
YUV 64.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 72 73 0 0.01 0 1 0.71 60.82 1 0.14
Hex 48 49 0 1 0 64 47 3D 64 E
Octal 110 111 0 1 0 144 107 75 144 16
Binary 1001000 1001001 0 1 0 1100100 1000111 111101 1100100 1110

Color Harmonies of #484900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484900

Black with #484900

Text Example


Text Example

White with #484900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484900; }

 p { color: rgb(72,73,0); }

 H1.HeaderClassName
 {
   color: #484900;
 }
 .AnyTagClassName
 {
   color: #484900;
 }
</style>

background-color css

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

 a { background-color: rgb(72,73,0); }

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

border-color css

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

 span { border-color: rgb(72,73,0); }

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