Html Css Color HEX #484713 Verdun Green

📋 copy color: '#484713'

red 72 ◦ green 71 ◦ blue 19

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

Shades of Verdun Green #484713

Tints of Verdun Green #484713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 44.44%
G = 43.83%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#484713 (or 0x484713) is known color: Verdun Green. HEX triplet: 48, 47 and 13. RGB value is (72,71,19). Sum of RGB (Red+Green+Blue) = 72+71+19=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484713 is #B7B8EC. Grayscale: #414141. Windows color (decimal): -12040429 or 1263432. OLE color: 1263432.

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

Color convert

RGB 72 71 19 -
CMYK 0 0.01 0.74 0.72
HSL 58.87º 0.58% 0.18% -
HSV(B) 58.87º 0.74% 0.28% -
XYZ 5.04 5.93 1.5 -
YUV 65.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 72 71 19 0 0.01 0.74 0.72 58.87 0.58 0.18
Hex 48 47 13 0 1 4A 48 3B 3A 12
Octal 110 107 23 0 1 112 110 73 72 22
Binary 1001000 1000111 10011 0 1 1001010 1001000 111011 111010 10010

Color Harmonies of #484713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484713

Black with #484713

Text Example


Text Example

White with #484713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484713; }

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

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

background-color css

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

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

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

border-color css

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

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

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