Html Css Color HEX #484711 Verdun Green

📋 copy color: '#484711'

red 72 ◦ green 71 ◦ blue 17

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

Shades of Verdun Green #484711

Tints of Verdun Green #484711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 45%
G = 44.38%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#484711 (or 0x484711) is known color: Verdun Green. HEX triplet: 48, 47 and 11. RGB value is (72,71,17). Sum of RGB (Red+Green+Blue) = 72+71+17=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484711 is #B7B8EE. Grayscale: #414141. Windows color (decimal): -12040431 or 1132360. OLE color: 1132360.

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

Color convert

RGB 72 71 17 -
CMYK 0 0.01 0.76 0.72
HSL 58.91º 0.62% 0.17% -
HSV(B) 58.91º 0.76% 0.28% -
XYZ 5.03 5.92 1.41 -
YUV 65.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 72 71 17 0 0.01 0.76 0.72 58.91 0.62 0.17
Hex 48 47 11 0 1 4C 48 3B 3E 11
Octal 110 107 21 0 1 114 110 73 76 21
Binary 1001000 1000111 10001 0 1 1001100 1001000 111011 111110 10001

Color Harmonies of #484711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484711

Black with #484711

Text Example


Text Example

White with #484711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484711; }

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

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

background-color css

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

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

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

border-color css

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

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

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