Html Css Color HEX #486912 Verdun Green

📋 copy color: '#486912'

red 72 ◦ green 105 ◦ blue 18

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

Shades of Verdun Green #486912

Tints of Verdun Green #486912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.85%

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

R = 36.92%
G = 53.85%
B = 9.23%

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

#486912 (or 0x486912) is known color: Verdun Green. HEX triplet: 48, 69 and 12. RGB value is (72,105,18). Sum of RGB (Red+Green+Blue) = 72+105+18=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #486912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486912 is #B796ED. Grayscale: #555555. Windows color (decimal): -12031726 or 1206600. OLE color: 1206600.

HSL color Cylindrical-coordinate representation of color #486912: hue angle of 82.76º degrees, saturation: 0.71, 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 #486912 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 18 -
CMYK 0.31 0 0.83 0.59
HSL 82.76º 0.71% 0.24% -
HSV(B) 82.76º 0.83% 0.41% -
XYZ 7.83 11.52 2.38 -
YUV 85.22 90.07 118.57 -
System Red Green Blue C M Y K H S L
Decimal 72 105 18 0.31 0 0.83 0.59 82.76 0.71 0.24
Hex 48 69 12 1F 0 53 3B 53 47 18
Octal 110 151 22 37 0 123 73 123 107 30
Binary 1001000 1101001 10010 11111 0 1010011 111011 1010011 1000111 11000

Color Harmonies of #486912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486912

Black with #486912

Text Example


Text Example

White with #486912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486912; }

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

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

background-color css

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

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

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

border-color css

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

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

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