Html Css Color HEX #487202 Verdun Green

📋 copy color: '#487202'

red 72 ◦ green 114 ◦ blue 2

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

Shades of Verdun Green #487202

Tints of Verdun Green #487202

RGB

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

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

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

R = 38.3%
G = 60.64%
B = 1.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#487202 (or 0x487202) is known color: Verdun Green. HEX triplet: 48, 72 and 02. RGB value is (72,114,2). Sum of RGB (Red+Green+Blue) = 72+114+2=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #487202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487202 is #B78DFD. Grayscale: #595959. Windows color (decimal): -12029438 or 160328. OLE color: 160328.

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

Color convert

RGB 72 114 2 -
CMYK 0.37 0 0.98 0.55
HSL 82.5º 0.97% 0.23% -
HSV(B) 82.5º 0.98% 0.45% -
XYZ 8.7 13.42 2.19 -
YUV 88.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 72 114 2 0.37 0 0.98 0.55 82.5 0.97 0.23
Hex 48 72 2 25 0 62 37 52 61 17
Octal 110 162 2 45 0 142 67 122 141 27
Binary 1001000 1110010 10 100101 0 1100010 110111 1010010 1100001 10111

Color Harmonies of #487202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487202

Black with #487202

Text Example


Text Example

White with #487202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487202; }

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

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

background-color css

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

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

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

border-color css

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

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

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