Html Css Color HEX #486014 Verdun Green

📋 copy color: '#486014'

red 72 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #486014

Tints of Verdun Green #486014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.06%

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

R = 38.3%
G = 51.06%
B = 10.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#486014 (or 0x486014) is known color: Verdun Green. HEX triplet: 48, 60 and 14. RGB value is (72,96,20). Sum of RGB (Red+Green+Blue) = 72+96+20=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #486014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486014 is #B79FEB. Grayscale: #505050. Windows color (decimal): -12034028 or 1335368. OLE color: 1335368.

HSL color Cylindrical-coordinate representation of color #486014: hue angle of 78.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #486014 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 20 -
CMYK 0.25 0 0.79 0.62
HSL 78.95º 0.66% 0.23% -
HSV(B) 78.95º 0.79% 0.38% -
XYZ 6.98 9.79 2.18 -
YUV 80.16 94.05 122.18 -
System Red Green Blue C M Y K H S L
Decimal 72 96 20 0.25 0 0.79 0.62 78.95 0.66 0.23
Hex 48 60 14 19 0 4F 3E 4F 42 17
Octal 110 140 24 31 0 117 76 117 102 27
Binary 1001000 1100000 10100 11001 0 1001111 111110 1001111 1000010 10111

Color Harmonies of #486014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486014

Black with #486014

Text Example


Text Example

White with #486014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486014; }

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

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

background-color css

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

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

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

border-color css

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

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

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