Html Css Color HEX #484710 Verdun Green

📋 copy color: '#484710'

red 72 ◦ green 71 ◦ blue 16

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

Shades of Verdun Green #484710

Tints of Verdun Green #484710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.06%

R = 45.28%
G = 44.65%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484710 (or 0x484710) is known color: Verdun Green. HEX triplet: 48, 47 and 10. RGB value is (72,71,16). Sum of RGB (Red+Green+Blue) = 72+71+16=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #484710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484710 is #B7B8EF. Grayscale: #414141. Windows color (decimal): -12040432 or 1066824. OLE color: 1066824.

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

Color convert

RGB 72 71 16 -
CMYK 0 0.01 0.78 0.72
HSL 58.93º 0.64% 0.17% -
HSV(B) 58.93º 0.78% 0.28% -
XYZ 5.02 5.92 1.37 -
YUV 65.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 72 71 16 0 0.01 0.78 0.72 58.93 0.64 0.17
Hex 48 47 10 0 1 4E 48 3B 40 11
Octal 110 107 20 0 1 116 110 73 100 21
Binary 1001000 1000111 10000 0 1 1001110 1001000 111011 1000000 10001

Color Harmonies of #484710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484710

Black with #484710

Text Example


Text Example

White with #484710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484710; }

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

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

background-color css

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

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

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

border-color css

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

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

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