Html Css Color HEX #487203 Verdun Green

📋 copy color: '#487203'

red 72 ◦ green 114 ◦ blue 3

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

Shades of Verdun Green #487203

Tints of Verdun Green #487203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 38.1%
G = 60.32%
B = 1.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#487203 (or 0x487203) is known color: Verdun Green. HEX triplet: 48, 72 and 03. RGB value is (72,114,3). Sum of RGB (Red+Green+Blue) = 72+114+3=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #487203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487203 is #B78DFC. Grayscale: #595959. Windows color (decimal): -12029437 or 225864. OLE color: 225864.

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

Color convert

RGB 72 114 3 -
CMYK 0.37 0 0.97 0.55
HSL 82.7º 0.95% 0.23% -
HSV(B) 82.7º 0.97% 0.45% -
XYZ 8.71 13.42 2.22 -
YUV 88.79 79.59 116.03 -
System Red Green Blue C M Y K H S L
Decimal 72 114 3 0.37 0 0.97 0.55 82.7 0.95 0.23
Hex 48 72 3 25 0 61 37 53 5F 17
Octal 110 162 3 45 0 141 67 123 137 27
Binary 1001000 1110010 11 100101 0 1100001 110111 1010011 1011111 10111

Color Harmonies of #487203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487203

Black with #487203

Text Example


Text Example

White with #487203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487203; }

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

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

background-color css

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

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

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

border-color css

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

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

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