Html Css Color HEX #486812 Verdun Green

📋 copy color: '#486812'

red 72 ◦ green 104 ◦ blue 18

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

Shades of Verdun Green #486812

Tints of Verdun Green #486812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 37.11%
G = 53.61%
B = 9.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#486812 (or 0x486812) is known color: Verdun Green. HEX triplet: 48, 68 and 12. RGB value is (72,104,18). Sum of RGB (Red+Green+Blue) = 72+104+18=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #486812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486812 is #B797ED. Grayscale: #545454. Windows color (decimal): -12031982 or 1206344. OLE color: 1206344.

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

Color convert

RGB 72 104 18 -
CMYK 0.31 0 0.83 0.59
HSL 82.33º 0.7% 0.24% -
HSV(B) 82.33º 0.83% 0.41% -
XYZ 7.73 11.32 2.35 -
YUV 84.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 72 104 18 0.31 0 0.83 0.59 82.33 0.7 0.24
Hex 48 68 12 1F 0 53 3B 52 46 18
Octal 110 150 22 37 0 123 73 122 106 30
Binary 1001000 1101000 10010 11111 0 1010011 111011 1010010 1000110 11000

Color Harmonies of #486812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486812

Black with #486812

Text Example


Text Example

White with #486812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486812; }

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

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

background-color css

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

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

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

border-color css

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

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

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