Html Css Color HEX #486213 Verdun Green

📋 copy color: '#486213'

red 72 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #486213

Tints of Verdun Green #486213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.85%

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

R = 38.1%
G = 51.85%
B = 10.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#486213 (or 0x486213) is known color: Verdun Green. HEX triplet: 48, 62 and 13. RGB value is (72,98,19). Sum of RGB (Red+Green+Blue) = 72+98+19=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #486213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486213 is #B79DEC. Grayscale: #515151. Windows color (decimal): -12033517 or 1270344. OLE color: 1270344.

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

Color convert

RGB 72 98 19 -
CMYK 0.27 0 0.81 0.62
HSL 79.75º 0.68% 0.23% -
HSV(B) 79.75º 0.81% 0.38% -
XYZ 7.16 10.16 2.2 -
YUV 81.22 92.89 121.42 -
System Red Green Blue C M Y K H S L
Decimal 72 98 19 0.27 0 0.81 0.62 79.75 0.68 0.23
Hex 48 62 13 1B 0 51 3E 50 44 17
Octal 110 142 23 33 0 121 76 120 104 27
Binary 1001000 1100010 10011 11011 0 1010001 111110 1010000 1000100 10111

Color Harmonies of #486213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486213

Black with #486213

Text Example


Text Example

White with #486213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486213; }

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

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

background-color css

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

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

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

border-color css

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

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

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