Html Css Color HEX #487004 Verdun Green

📋 copy color: '#487004'

red 72 ◦ green 112 ◦ blue 4

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

Shades of Verdun Green #487004

Tints of Verdun Green #487004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.57%

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

R = 38.3%
G = 59.57%
B = 2.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#487004 (or 0x487004) is known color: Verdun Green. HEX triplet: 48, 70 and 04. RGB value is (72,112,4). Sum of RGB (Red+Green+Blue) = 72+112+4=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #487004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487004 is #B78FFB. Grayscale: #585858. Windows color (decimal): -12029948 or 290888. OLE color: 290888.

HSL color Cylindrical-coordinate representation of color #487004: hue angle of 82.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #487004 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 4 -
CMYK 0.36 0 0.96 0.56
HSL 82.22º 0.93% 0.23% -
HSV(B) 82.22º 0.96% 0.44% -
XYZ 8.49 12.97 2.17 -
YUV 87.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 72 112 4 0.36 0 0.96 0.56 82.22 0.93 0.23
Hex 48 70 4 24 0 60 38 52 5D 17
Octal 110 160 4 44 0 140 70 122 135 27
Binary 1001000 1110000 100 100100 0 1100000 111000 1010010 1011101 10111

Color Harmonies of #487004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487004

Black with #487004

Text Example


Text Example

White with #487004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487004; }

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

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

background-color css

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

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

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

border-color css

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

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

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