Html Css Color HEX #484916 Verdun Green

📋 copy color: '#484916'

red 72 ◦ green 73 ◦ blue 22

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

Shades of Verdun Green #484916

Tints of Verdun Green #484916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 43.11%
G = 43.71%
B = 13.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#484916 (or 0x484916) is known color: Verdun Green. HEX triplet: 48, 49 and 16. RGB value is (72,73,22). Sum of RGB (Red+Green+Blue) = 72+73+22=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #484916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484916 is #B7B6E9. Grayscale: #434343. Windows color (decimal): -12039914 or 1460552. OLE color: 1460552.

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

Color convert

RGB 72 73 22 -
CMYK 0.01 0 0.70 0.71
HSL 61.18º 0.54% 0.19% -
HSV(B) 61.18º 0.7% 0.29% -
XYZ 5.2 6.2 1.68 -
YUV 66.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 72 73 22 0.01 0 0.70 0.71 61.18 0.54 0.19
Hex 48 49 16 1 0 46 47 3D 36 13
Octal 110 111 26 1 0 106 107 75 66 23
Binary 1001000 1001001 10110 1 0 1000110 1000111 111101 110110 10011

Color Harmonies of #484916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484916

Black with #484916

Text Example


Text Example

White with #484916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484916; }

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

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

background-color css

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

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

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

border-color css

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

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

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