Html Css Color HEX #484708 Verdun Green

📋 copy color: '#484708'

red 72 ◦ green 71 ◦ blue 8

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

Shades of Verdun Green #484708

Tints of Verdun Green #484708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 47.68%
G = 47.02%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#484708 (or 0x484708) is known color: Verdun Green. HEX triplet: 48, 47 and 08. RGB value is (72,71,8). Sum of RGB (Red+Green+Blue) = 72+71+8=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #484708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484708 is #B7B8F7. Grayscale: #404040. Windows color (decimal): -12040440 or 542536. OLE color: 542536.

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

Color convert

RGB 72 71 8 -
CMYK 0 0.01 0.89 0.72
HSL 59.06º 0.8% 0.16% -
HSV(B) 59.06º 0.89% 0.28% -
XYZ 4.97 5.9 1.11 -
YUV 64.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 72 71 8 0 0.01 0.89 0.72 59.06 0.8 0.16
Hex 48 47 8 0 1 59 48 3B 50 10
Octal 110 107 10 0 1 131 110 73 120 20
Binary 1001000 1000111 1000 0 1 1011001 1001000 111011 1010000 10000

Color Harmonies of #484708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484708

Black with #484708

Text Example


Text Example

White with #484708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484708; }

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

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

background-color css

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

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

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

border-color css

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

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

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