Html Css Color HEX #487601 Verdun Green

📋 copy color: '#487601'

red 72 ◦ green 118 ◦ blue 1

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

Shades of Verdun Green #487601

Tints of Verdun Green #487601

RGB

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

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

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

R = 37.7%
G = 61.78%
B = 0.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#487601 (or 0x487601) is known color: Verdun Green. HEX triplet: 48, 76 and 01. RGB value is (72,118,1). Sum of RGB (Red+Green+Blue) = 72+118+1=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #487601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487601 is #B789FE. Grayscale: #5B5B5B. Windows color (decimal): -12028415 or 95816. OLE color: 95816.

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

Color convert

RGB 72 118 1 -
CMYK 0.39 0 0.99 0.54
HSL 83.59º 0.98% 0.23% -
HSV(B) 83.59º 0.99% 0.46% -
XYZ 9.16 14.34 2.31 -
YUV 90.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 72 118 1 0.39 0 0.99 0.54 83.59 0.98 0.23
Hex 48 76 1 27 0 63 36 54 62 17
Octal 110 166 1 47 0 143 66 124 142 27
Binary 1001000 1110110 1 100111 0 1100011 110110 1010100 1100010 10111

Color Harmonies of #487601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487601

Black with #487601

Text Example


Text Example

White with #487601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487601; }

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

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

background-color css

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

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

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

border-color css

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

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

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