Html Css Color HEX #487502 Verdun Green

📋 copy color: '#487502'

red 72 ◦ green 117 ◦ blue 2

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

Shades of Verdun Green #487502

Tints of Verdun Green #487502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.26%

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

R = 37.7%
G = 61.26%
B = 1.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#487502 (or 0x487502) is known color: Verdun Green. HEX triplet: 48, 75 and 02. RGB value is (72,117,2). Sum of RGB (Red+Green+Blue) = 72+117+2=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #487502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487502 is #B78AFD. Grayscale: #5A5A5A. Windows color (decimal): -12028670 or 161096. OLE color: 161096.

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

Color convert

RGB 72 117 2 -
CMYK 0.38 0 0.98 0.54
HSL 83.48º 0.97% 0.23% -
HSV(B) 83.48º 0.98% 0.46% -
XYZ 9.04 14.1 2.3 -
YUV 90.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 72 117 2 0.38 0 0.98 0.54 83.48 0.97 0.23
Hex 48 75 2 26 0 62 36 53 61 17
Octal 110 165 2 46 0 142 66 123 141 27
Binary 1001000 1110101 10 100110 0 1100010 110110 1010011 1100001 10111

Color Harmonies of #487502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487502

Black with #487502

Text Example


Text Example

White with #487502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487502; }

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

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

background-color css

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

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

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

border-color css

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

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

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