Html Css Color HEX #484815 Verdun Green

📋 copy color: '#484815'

red 72 ◦ green 72 ◦ blue 21

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

Shades of Verdun Green #484815

Tints of Verdun Green #484815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.73%

R = 43.64%
G = 43.64%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#484815 (or 0x484815) is known color: Verdun Green. HEX triplet: 48, 48 and 15. RGB value is (72,72,21). Sum of RGB (Red+Green+Blue) = 72+72+21=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484815 is #B7B7EA. Grayscale: #424242. Windows color (decimal): -12040171 or 1394760. OLE color: 1394760.

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

Color convert

RGB 72 72 21 -
CMYK 0 0 0.71 0.72
HSL 60º 0.55% 0.18% -
HSV(B) 60º 0.71% 0.28% -
XYZ 5.13 6.07 1.61 -
YUV 66.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 72 72 21 0 0 0.71 0.72 60 0.55 0.18
Hex 48 48 15 0 0 47 48 3C 37 12
Octal 110 110 25 0 0 107 110 74 67 22
Binary 1001000 1001000 10101 0 0 1000111 1001000 111100 110111 10010

Color Harmonies of #484815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484815

Black with #484815

Text Example


Text Example

White with #484815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484815; }

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

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

background-color css

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

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

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

border-color css

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

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

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