Html Css Color HEX #487500 Verdun Green

📋 copy color: '#487500'

red 72 ◦ green 117 ◦ blue 0

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

Shades of Verdun Green #487500

Tints of Verdun Green #487500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.1%
G = 61.9%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#487500 (or 0x487500) is known color: Verdun Green. HEX triplet: 48, 75 and 00. RGB value is (72,117,0). Sum of RGB (Red+Green+Blue) = 72+117+0=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #487500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487500 is #B78AFF. Grayscale: #5A5A5A. Windows color (decimal): -12028672 or 30024. OLE color: 30024.

HSL color Cylindrical-coordinate representation of color #487500: hue angle of 83.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #487500 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 0 -
CMYK 0.38 0 1 0.54
HSL 83.08º 1% 0.23% -
HSV(B) 83.08º 1% 0.46% -
XYZ 9.03 14.1 2.25 -
YUV 90.21 77.09 115.01 -
System Red Green Blue C M Y K H S L
Decimal 72 117 0 0.38 0 1 0.54 83.08 1 0.23
Hex 48 75 0 26 0 64 36 53 64 17
Octal 110 165 0 46 0 144 66 123 144 27
Binary 1001000 1110101 0 100110 0 1100100 110110 1010011 1100100 10111

Color Harmonies of #487500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487500

Black with #487500

Text Example


Text Example

White with #487500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487500; }

 p { color: rgb(72,117,0); }

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

background-color css

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

 a { background-color: rgb(72,117,0); }

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

border-color css

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

 span { border-color: rgb(72,117,0); }

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