Html Css Color HEX #487201 Verdun Green

📋 copy color: '#487201'

red 72 ◦ green 114 ◦ blue 1

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

Shades of Verdun Green #487201

Tints of Verdun Green #487201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.96%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 38.5%
G = 60.96%
B = 0.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#487201 (or 0x487201) is known color: Verdun Green. HEX triplet: 48, 72 and 01. RGB value is (72,114,1). Sum of RGB (Red+Green+Blue) = 72+114+1=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #487201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487201 is #B78DFE. Grayscale: #585858. Windows color (decimal): -12029439 or 94792. OLE color: 94792.

HSL color Cylindrical-coordinate representation of color #487201: hue angle of 82.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #487201 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 1 -
CMYK 0.37 0 0.99 0.55
HSL 82.3º 0.98% 0.23% -
HSV(B) 82.3º 0.99% 0.45% -
XYZ 8.7 13.41 2.16 -
YUV 88.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 72 114 1 0.37 0 0.99 0.55 82.3 0.98 0.23
Hex 48 72 1 25 0 63 37 52 62 17
Octal 110 162 1 45 0 143 67 122 142 27
Binary 1001000 1110010 1 100101 0 1100011 110111 1010010 1100010 10111

Color Harmonies of #487201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487201

Black with #487201

Text Example


Text Example

White with #487201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487201; }

 p { color: rgb(72,114,1); }

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

background-color css

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

 a { background-color: rgb(72,114,1); }

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

border-color css

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

 span { border-color: rgb(72,114,1); }

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