Html Css Color HEX #486F08 Verdun Green

📋 copy color: '#486F08'

red 72 ◦ green 111 ◦ blue 8

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

Shades of Verdun Green #486F08

Tints of Verdun Green #486F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 58.12%

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

R = 37.7%
G = 58.12%
B = 4.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#486F08 (or 0x486F08) is known color: Verdun Green. HEX triplet: 48, 6F and 08. RGB value is (72,111,8). Sum of RGB (Red+Green+Blue) = 72+111+8=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #486F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F08 is #B790F7. Grayscale: #575757. Windows color (decimal): -12030200 or 552776. OLE color: 552776.

HSL color Cylindrical-coordinate representation of color #486F08: hue angle of 82.72º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #486F08 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 8 -
CMYK 0.35 0 0.93 0.56
HSL 82.72º 0.87% 0.23% -
HSV(B) 82.72º 0.93% 0.44% -
XYZ 8.4 12.76 2.25 -
YUV 87.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 72 111 8 0.35 0 0.93 0.56 82.72 0.87 0.23
Hex 48 6F 8 23 0 5D 38 53 57 17
Octal 110 157 10 43 0 135 70 123 127 27
Binary 1001000 1101111 1000 100011 0 1011101 111000 1010011 1010111 10111

Color Harmonies of #486F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F08

Black with #486F08

Text Example


Text Example

White with #486F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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