Html Css Color HEX #484712 Verdun Green

📋 copy color: '#484712'

red 72 ◦ green 71 ◦ blue 18

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

Shades of Verdun Green #484712

Tints of Verdun Green #484712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 44.72%
G = 44.1%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#484712 (or 0x484712) is known color: Verdun Green. HEX triplet: 48, 47 and 12. RGB value is (72,71,18). Sum of RGB (Red+Green+Blue) = 72+71+18=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484712 is #B7B8ED. Grayscale: #414141. Windows color (decimal): -12040430 or 1197896. OLE color: 1197896.

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

Color convert

RGB 72 71 18 -
CMYK 0 0.01 0.75 0.72
HSL 58.89º 0.6% 0.18% -
HSV(B) 58.89º 0.75% 0.28% -
XYZ 5.03 5.93 1.45 -
YUV 65.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 72 71 18 0 0.01 0.75 0.72 58.89 0.6 0.18
Hex 48 47 12 0 1 4B 48 3B 3C 12
Octal 110 107 22 0 1 113 110 73 74 22
Binary 1001000 1000111 10010 0 1 1001011 1001000 111011 111100 10010

Color Harmonies of #484712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484712

Black with #484712

Text Example


Text Example

White with #484712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484712; }

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

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

background-color css

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

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

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

border-color css

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

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

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