Html Css Color HEX #484810 Verdun Green

📋 copy color: '#484810'

red 72 ◦ green 72 ◦ blue 16

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

Shades of Verdun Green #484810

Tints of Verdun Green #484810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

 BLUE value IS 16 (6.64% from 255) = 10%

R = 45%
G = 45%
B = 10%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484810 (or 0x484810) is known color: Verdun Green. HEX triplet: 48, 48 and 10. RGB value is (72,72,16). Sum of RGB (Red+Green+Blue) = 72+72+16=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484810 is #B7B7EF. Grayscale: #414141. Windows color (decimal): -12040176 or 1067080. OLE color: 1067080.

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

Color convert

RGB 72 72 16 -
CMYK 0 0 0.78 0.72
HSL 60º 0.64% 0.17% -
HSV(B) 60º 0.78% 0.28% -
XYZ 5.08 6.05 1.39 -
YUV 65.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 72 72 16 0 0 0.78 0.72 60 0.64 0.17
Hex 48 48 10 0 0 4E 48 3C 40 11
Octal 110 110 20 0 0 116 110 74 100 21
Binary 1001000 1001000 10000 0 0 1001110 1001000 111100 1000000 10001

Color Harmonies of #484810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484810

Black with #484810

Text Example


Text Example

White with #484810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484810; }

 p { color: rgb(72,72,16); }

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

background-color css

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

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

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

border-color css

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

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

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