Html Css Color HEX #487102 Verdun Green

📋 copy color: '#487102'

red 72 ◦ green 113 ◦ blue 2

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

Shades of Verdun Green #487102

Tints of Verdun Green #487102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 38.5%
G = 60.43%
B = 1.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#487102 (or 0x487102) is known color: Verdun Green. HEX triplet: 48, 71 and 02. RGB value is (72,113,2). Sum of RGB (Red+Green+Blue) = 72+113+2=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #487102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487102 is #B78EFD. Grayscale: #585858. Windows color (decimal): -12029694 or 160072. OLE color: 160072.

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

Color convert

RGB 72 113 2 -
CMYK 0.36 0 0.98 0.56
HSL 82.16º 0.97% 0.23% -
HSV(B) 82.16º 0.98% 0.44% -
XYZ 8.59 13.19 2.15 -
YUV 88.09 79.42 116.53 -
System Red Green Blue C M Y K H S L
Decimal 72 113 2 0.36 0 0.98 0.56 82.16 0.97 0.23
Hex 48 71 2 24 0 62 38 52 61 17
Octal 110 161 2 44 0 142 70 122 141 27
Binary 1001000 1110001 10 100100 0 1100010 111000 1010010 1100001 10111

Color Harmonies of #487102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487102

Black with #487102

Text Example


Text Example

White with #487102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487102; }

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

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

background-color css

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

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

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

border-color css

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

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

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