Html Css Color HEX #486614 Verdun Green

📋 copy color: '#486614'

red 72 ◦ green 102 ◦ blue 20

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

Shades of Verdun Green #486614

Tints of Verdun Green #486614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.58%

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 37.11%
G = 52.58%
B = 10.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#486614 (or 0x486614) is known color: Verdun Green. HEX triplet: 48, 66 and 14. RGB value is (72,102,20). Sum of RGB (Red+Green+Blue) = 72+102+20=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #486614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486614 is #B799EB. Grayscale: #535353. Windows color (decimal): -12032492 or 1336904. OLE color: 1336904.

HSL color Cylindrical-coordinate representation of color #486614: hue angle of 81.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #486614 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 20 -
CMYK 0.29 0 0.80 0.6
HSL 81.95º 0.67% 0.24% -
HSV(B) 81.95º 0.8% 0.4% -
XYZ 7.55 10.93 2.37 -
YUV 83.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 72 102 20 0.29 0 0.80 0.6 81.95 0.67 0.24
Hex 48 66 14 1D 0 50 3C 52 43 18
Octal 110 146 24 35 0 120 74 122 103 30
Binary 1001000 1100110 10100 11101 0 1010000 111100 1010010 1000011 11000

Color Harmonies of #486614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486614

Black with #486614

Text Example


Text Example

White with #486614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486614; }

 p { color: rgb(72,102,20); }

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

background-color css

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

 a { background-color: rgb(72,102,20); }

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

border-color css

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

 span { border-color: rgb(72,102,20); }

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