Html Css Color HEX #486813 Verdun Green

📋 copy color: '#486813'

red 72 ◦ green 104 ◦ blue 19

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

Shades of Verdun Green #486813

Tints of Verdun Green #486813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 36.92%
G = 53.33%
B = 9.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#486813 (or 0x486813) is known color: Verdun Green. HEX triplet: 48, 68 and 13. RGB value is (72,104,19). Sum of RGB (Red+Green+Blue) = 72+104+19=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #486813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486813 is #B797EC. Grayscale: #555555. Windows color (decimal): -12031981 or 1271880. OLE color: 1271880.

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

Color convert

RGB 72 104 19 -
CMYK 0.31 0 0.82 0.59
HSL 82.59º 0.69% 0.24% -
HSV(B) 82.59º 0.82% 0.41% -
XYZ 7.74 11.33 2.39 -
YUV 84.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 72 104 19 0.31 0 0.82 0.59 82.59 0.69 0.24
Hex 48 68 13 1F 0 52 3B 53 45 18
Octal 110 150 23 37 0 122 73 123 105 30
Binary 1001000 1101000 10011 11111 0 1010010 111011 1010011 1000101 11000

Color Harmonies of #486813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486813

Black with #486813

Text Example


Text Example

White with #486813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486813; }

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

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

background-color css

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

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

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

border-color css

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

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

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