Html Css Color HEX #486808 Verdun Green

📋 copy color: '#486808'

red 72 ◦ green 104 ◦ blue 8

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

Shades of Verdun Green #486808

Tints of Verdun Green #486808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.52%

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

R = 39.13%
G = 56.52%
B = 4.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#486808 (or 0x486808) is known color: Verdun Green. HEX triplet: 48, 68 and 08. RGB value is (72,104,8). Sum of RGB (Red+Green+Blue) = 72+104+8=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #486808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486808 is #B797F7. Grayscale: #535353. Windows color (decimal): -12031992 or 550984. OLE color: 550984.

HSL color Cylindrical-coordinate representation of color #486808: hue angle of 80º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486808 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 8 -
CMYK 0.31 0 0.92 0.59
HSL 80º 0.86% 0.22% -
HSV(B) 80º 0.92% 0.41% -
XYZ 7.67 11.3 2.01 -
YUV 83.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 72 104 8 0.31 0 0.92 0.59 80 0.86 0.22
Hex 48 68 8 1F 0 5C 3B 50 56 16
Octal 110 150 10 37 0 134 73 120 126 26
Binary 1001000 1101000 1000 11111 0 1011100 111011 1010000 1010110 10110

Color Harmonies of #486808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486808

Black with #486808

Text Example


Text Example

White with #486808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486808; }

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

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

background-color css

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

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

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

border-color css

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

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

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