Html Css Color HEX #487101 Verdun Green

📋 copy color: '#487101'

red 72 ◦ green 113 ◦ blue 1

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

Shades of Verdun Green #487101

Tints of Verdun Green #487101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.75%

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

R = 38.71%
G = 60.75%
B = 0.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#487101 (or 0x487101) is known color: Verdun Green. HEX triplet: 48, 71 and 01. RGB value is (72,113,1). Sum of RGB (Red+Green+Blue) = 72+113+1=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #487101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487101 is #B78EFE. Grayscale: #585858. Windows color (decimal): -12029695 or 94536. OLE color: 94536.

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

Color convert

RGB 72 113 1 -
CMYK 0.36 0 0.99 0.56
HSL 81.96º 0.98% 0.22% -
HSV(B) 81.96º 0.99% 0.44% -
XYZ 8.58 13.19 2.12 -
YUV 87.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 72 113 1 0.36 0 0.99 0.56 81.96 0.98 0.22
Hex 48 71 1 24 0 63 38 52 62 16
Octal 110 161 1 44 0 143 70 122 142 26
Binary 1001000 1110001 1 100100 0 1100011 111000 1010010 1100010 10110

Color Harmonies of #487101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487101

Black with #487101

Text Example


Text Example

White with #487101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487101; }

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

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

background-color css

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

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

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

border-color css

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

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

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