Html Css Color HEX #486304 Verdun Green

📋 copy color: '#486304'

red 72 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #486304

Tints of Verdun Green #486304

RGB

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

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

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

R = 41.14%
G = 56.57%
B = 2.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#486304 (or 0x486304) is known color: Verdun Green. HEX triplet: 48, 63 and 04. RGB value is (72,99,4). Sum of RGB (Red+Green+Blue) = 72+99+4=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #486304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486304 is #B79CFB. Grayscale: #505050. Windows color (decimal): -12033276 or 287560. OLE color: 287560.

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

Color convert

RGB 72 99 4 -
CMYK 0.27 0 0.96 0.61
HSL 77.05º 0.92% 0.2% -
HSV(B) 77.05º 0.96% 0.39% -
XYZ 7.16 10.31 1.73 -
YUV 80.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 72 99 4 0.27 0 0.96 0.61 77.05 0.92 0.2
Hex 48 63 4 1B 0 60 3D 4D 5C 14
Octal 110 143 4 33 0 140 75 115 134 24
Binary 1001000 1100011 100 11011 0 1100000 111101 1001101 1011100 10100

Color Harmonies of #486304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486304

Black with #486304

Text Example


Text Example

White with #486304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486304; }

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

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

background-color css

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

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

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

border-color css

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

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

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