Html Css Color HEX #484816 Verdun Green

📋 copy color: '#484816'

red 72 ◦ green 72 ◦ blue 22

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

Shades of Verdun Green #484816

Tints of Verdun Green #484816

RGB

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

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

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

R = 43.37%
G = 43.37%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#484816 (or 0x484816) is known color: Verdun Green. HEX triplet: 48, 48 and 16. RGB value is (72,72,22). Sum of RGB (Red+Green+Blue) = 72+72+22=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484816 is #B7B7E9. Grayscale: #424242. Windows color (decimal): -12040170 or 1460296. OLE color: 1460296.

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

Color convert

RGB 72 72 22 -
CMYK 0 0 0.69 0.72
HSL 60º 0.53% 0.18% -
HSV(B) 60º 0.69% 0.28% -
XYZ 5.13 6.07 1.66 -
YUV 66.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 72 72 22 0 0 0.69 0.72 60 0.53 0.18
Hex 48 48 16 0 0 45 48 3C 35 12
Octal 110 110 26 0 0 105 110 74 65 22
Binary 1001000 1001000 10110 0 0 1000101 1001000 111100 110101 10010

Color Harmonies of #484816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484816

Black with #484816

Text Example


Text Example

White with #484816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484816; }

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

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

background-color css

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

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

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

border-color css

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

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

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