Html Css Color HEX #487003 Verdun Green

📋 copy color: '#487003'

red 72 ◦ green 112 ◦ blue 3

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

Shades of Verdun Green #487003

Tints of Verdun Green #487003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.89%

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

R = 38.5%
G = 59.89%
B = 1.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#487003 (or 0x487003) is known color: Verdun Green. HEX triplet: 48, 70 and 03. RGB value is (72,112,3). Sum of RGB (Red+Green+Blue) = 72+112+3=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #487003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487003 is #B78FFC. Grayscale: #585858. Windows color (decimal): -12029949 or 225352. OLE color: 225352.

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

Color convert

RGB 72 112 3 -
CMYK 0.36 0 0.97 0.56
HSL 82.02º 0.95% 0.23% -
HSV(B) 82.02º 0.97% 0.44% -
XYZ 8.48 12.97 2.14 -
YUV 87.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 72 112 3 0.36 0 0.97 0.56 82.02 0.95 0.23
Hex 48 70 3 24 0 61 38 52 5F 17
Octal 110 160 3 44 0 141 70 122 137 27
Binary 1001000 1110000 11 100100 0 1100001 111000 1010010 1011111 10111

Color Harmonies of #487003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487003

Black with #487003

Text Example


Text Example

White with #487003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487003; }

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

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

background-color css

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

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

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

border-color css

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

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

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