Html Css Color HEX #487403 Verdun Green

📋 copy color: '#487403'

red 72 ◦ green 116 ◦ blue 3

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

Shades of Verdun Green #487403

Tints of Verdun Green #487403

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.73%

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

R = 37.7%
G = 60.73%
B = 1.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#487403 (or 0x487403) is known color: Verdun Green. HEX triplet: 48, 74 and 03. RGB value is (72,116,3). Sum of RGB (Red+Green+Blue) = 72+116+3=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #487403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487403 is #B78BFC. Grayscale: #5A5A5A. Windows color (decimal): -12028925 or 226376. OLE color: 226376.

HSL color Cylindrical-coordinate representation of color #487403: hue angle of 83.36º 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 #487403 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 3 -
CMYK 0.38 0 0.97 0.55
HSL 83.36º 0.95% 0.23% -
HSV(B) 83.36º 0.97% 0.45% -
XYZ 8.93 13.88 2.29 -
YUV 89.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 72 116 3 0.38 0 0.97 0.55 83.36 0.95 0.23
Hex 48 74 3 26 0 61 37 53 5F 17
Octal 110 164 3 46 0 141 67 123 137 27
Binary 1001000 1110100 11 100110 0 1100001 110111 1010011 1011111 10111

Color Harmonies of #487403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487403

Black with #487403

Text Example


Text Example

White with #487403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487403; }

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

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

background-color css

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

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

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

border-color css

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

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

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