Html Css Color HEX #487600 Verdun Green

📋 copy color: '#487600'

red 72 ◦ green 118 ◦ blue 0

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

Shades of Verdun Green #487600

Tints of Verdun Green #487600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 62.11%

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

R = 37.89%
G = 62.11%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#487600 (or 0x487600) is known color: Verdun Green. HEX triplet: 48, 76 and 00. RGB value is (72,118,0). Sum of RGB (Red+Green+Blue) = 72+118+0=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #487600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487600 is #B789FF. Grayscale: #5B5B5B. Windows color (decimal): -12028416 or 30280. OLE color: 30280.

HSL color Cylindrical-coordinate representation of color #487600: hue angle of 83.39º 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 #487600 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 0 -
CMYK 0.39 0 1 0.54
HSL 83.39º 1% 0.23% -
HSV(B) 83.39º 1% 0.46% -
XYZ 9.15 14.33 2.28 -
YUV 90.79 76.76 114.59 -
System Red Green Blue C M Y K H S L
Decimal 72 118 0 0.39 0 1 0.54 83.39 1 0.23
Hex 48 76 0 27 0 64 36 53 64 17
Octal 110 166 0 47 0 144 66 123 144 27
Binary 1001000 1110110 0 100111 0 1100100 110110 1010011 1100100 10111

Color Harmonies of #487600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487600

Black with #487600

Text Example


Text Example

White with #487600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487600; }

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

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

background-color css

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

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

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

border-color css

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

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

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