Html Css Color HEX #486204 Verdun Green

📋 copy color: '#486204'

red 72 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #486204

Tints of Verdun Green #486204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 41.38%
G = 56.32%
B = 2.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#486204 (or 0x486204) is known color: Verdun Green. HEX triplet: 48, 62 and 04. RGB value is (72,98,4). Sum of RGB (Red+Green+Blue) = 72+98+4=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #486204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486204 is #B79DFB. Grayscale: #4F4F4F. Windows color (decimal): -12033532 or 287304. OLE color: 287304.

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

Color convert

RGB 72 98 4 -
CMYK 0.27 0 0.96 0.62
HSL 76.6º 0.92% 0.2% -
HSV(B) 76.6º 0.96% 0.38% -
XYZ 7.06 10.12 1.7 -
YUV 79.51 85.39 122.64 -
System Red Green Blue C M Y K H S L
Decimal 72 98 4 0.27 0 0.96 0.62 76.6 0.92 0.2
Hex 48 62 4 1B 0 60 3E 4D 5C 14
Octal 110 142 4 33 0 140 76 115 134 24
Binary 1001000 1100010 100 11011 0 1100000 111110 1001101 1011100 10100

Color Harmonies of #486204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486204

Black with #486204

Text Example


Text Example

White with #486204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486204; }

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

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

background-color css

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

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

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

border-color css

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

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

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