Html Css Color HEX #486208 Verdun Green

📋 copy color: '#486208'

red 72 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #486208

Tints of Verdun Green #486208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

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

R = 40.45%
G = 55.06%
B = 4.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#486208 (or 0x486208) is known color: Verdun Green. HEX triplet: 48, 62 and 08. RGB value is (72,98,8). Sum of RGB (Red+Green+Blue) = 72+98+8=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #486208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486208 is #B79DF7. Grayscale: #505050. Windows color (decimal): -12033528 or 549448. OLE color: 549448.

HSL color Cylindrical-coordinate representation of color #486208: hue angle of 77.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486208 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 8 -
CMYK 0.27 0 0.92 0.62
HSL 77.33º 0.85% 0.21% -
HSV(B) 77.33º 0.92% 0.38% -
XYZ 7.08 10.13 1.81 -
YUV 79.97 87.39 122.32 -
System Red Green Blue C M Y K H S L
Decimal 72 98 8 0.27 0 0.92 0.62 77.33 0.85 0.21
Hex 48 62 8 1B 0 5C 3E 4D 55 15
Octal 110 142 10 33 0 134 76 115 125 25
Binary 1001000 1100010 1000 11011 0 1011100 111110 1001101 1010101 10101

Color Harmonies of #486208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486208

Black with #486208

Text Example


Text Example

White with #486208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486208; }

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

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

background-color css

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

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

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

border-color css

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

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

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