Html Css Color HEX #484715 Verdun Green

📋 copy color: '#484715'

red 72 ◦ green 71 ◦ blue 21

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

Shades of Verdun Green #484715

Tints of Verdun Green #484715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.29%

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

R = 43.9%
G = 43.29%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#484715 (or 0x484715) is known color: Verdun Green. HEX triplet: 48, 47 and 15. RGB value is (72,71,21). Sum of RGB (Red+Green+Blue) = 72+71+21=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #484715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484715 is #B7B8EA. Grayscale: #414141. Windows color (decimal): -12040427 or 1394504. OLE color: 1394504.

HSL color Cylindrical-coordinate representation of color #484715: hue angle of 58.82º 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 #484715 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 71 21 -
CMYK 0 0.01 0.71 0.72
HSL 58.82º 0.55% 0.18% -
HSV(B) 58.82º 0.71% 0.28% -
XYZ 5.06 5.94 1.59 -
YUV 65.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 72 71 21 0 0.01 0.71 0.72 58.82 0.55 0.18
Hex 48 47 15 0 1 47 48 3B 37 12
Octal 110 107 25 0 1 107 110 73 67 22
Binary 1001000 1000111 10101 0 1 1000111 1001000 111011 110111 10010

Color Harmonies of #484715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484715

Black with #484715

Text Example


Text Example

White with #484715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484715; }

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

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

background-color css

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

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

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

border-color css

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

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

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