Html Css Color HEX #486312 Verdun Green

📋 copy color: '#486312'

red 72 ◦ green 99 ◦ blue 18

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

Shades of Verdun Green #486312

Tints of Verdun Green #486312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.38%

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

R = 38.1%
G = 52.38%
B = 9.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#486312 (or 0x486312) is known color: Verdun Green. HEX triplet: 48, 63 and 12. RGB value is (72,99,18). Sum of RGB (Red+Green+Blue) = 72+99+18=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #486312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486312 is #B79CED. Grayscale: #515151. Windows color (decimal): -12033262 or 1205064. OLE color: 1205064.

HSL color Cylindrical-coordinate representation of color #486312: hue angle of 80º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #486312 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 18 -
CMYK 0.27 0 0.82 0.61
HSL 80º 0.69% 0.23% -
HSV(B) 80º 0.82% 0.39% -
XYZ 7.24 10.35 2.19 -
YUV 81.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 72 99 18 0.27 0 0.82 0.61 80 0.69 0.23
Hex 48 63 12 1B 0 52 3D 50 45 17
Octal 110 143 22 33 0 122 75 120 105 27
Binary 1001000 1100011 10010 11011 0 1010010 111101 1010000 1000101 10111

Color Harmonies of #486312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486312

Black with #486312

Text Example


Text Example

White with #486312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486312; }

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

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

background-color css

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

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

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

border-color css

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

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

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