Html Css Color HEX #486004 Verdun Green

📋 copy color: '#486004'

red 72 ◦ green 96 ◦ blue 4

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

Shades of Verdun Green #486004

Tints of Verdun Green #486004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.81%

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

R = 41.86%
G = 55.81%
B = 2.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#486004 (or 0x486004) is known color: Verdun Green. HEX triplet: 48, 60 and 04. RGB value is (72,96,4). Sum of RGB (Red+Green+Blue) = 72+96+4=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #486004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486004 is #B79FFB. Grayscale: #4E4E4E. Windows color (decimal): -12034044 or 286792. OLE color: 286792.

HSL color Cylindrical-coordinate representation of color #486004: hue angle of 75.65º 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 #486004 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 4 -
CMYK 0.25 0 0.96 0.62
HSL 75.65º 0.92% 0.2% -
HSV(B) 75.65º 0.96% 0.38% -
XYZ 6.88 9.75 1.63 -
YUV 78.34 86.05 123.48 -
System Red Green Blue C M Y K H S L
Decimal 72 96 4 0.25 0 0.96 0.62 75.65 0.92 0.2
Hex 48 60 4 19 0 60 3E 4C 5C 14
Octal 110 140 4 31 0 140 76 114 134 24
Binary 1001000 1100000 100 11001 0 1100000 111110 1001100 1011100 10100

Color Harmonies of #486004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486004

Black with #486004

Text Example


Text Example

White with #486004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486004; }

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

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

background-color css

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

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

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

border-color css

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

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

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