Html Css Color HEX #484614 Verdun Green

📋 copy color: '#484614'

red 72 ◦ green 70 ◦ blue 20

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

Shades of Verdun Green #484614

Tints of Verdun Green #484614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.21%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 44.44%
G = 43.21%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#484614 (or 0x484614) is known color: Verdun Green. HEX triplet: 48, 46 and 14. RGB value is (72,70,20). Sum of RGB (Red+Green+Blue) = 72+70+20=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484614 is #B7B9EB. Grayscale: #414141. Windows color (decimal): -12040684 or 1328712. OLE color: 1328712.

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

Color convert

RGB 72 70 20 -
CMYK 0 0.03 0.72 0.72
HSL 57.69º 0.57% 0.18% -
HSV(B) 57.69º 0.72% 0.28% -
XYZ 4.99 5.81 1.52 -
YUV 64.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 72 70 20 0 0.03 0.72 0.72 57.69 0.57 0.18
Hex 48 46 14 0 3 48 48 3A 39 12
Octal 110 106 24 0 3 110 110 72 71 22
Binary 1001000 1000110 10100 0 11 1001000 1001000 111010 111001 10010

Color Harmonies of #484614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484614

Black with #484614

Text Example


Text Example

White with #484614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484614; }

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

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

background-color css

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

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

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

border-color css

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

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

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