Html Css Color HEX #486503 Verdun Green

📋 copy color: '#486503'

red 72 ◦ green 101 ◦ blue 3

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

Shades of Verdun Green #486503

Tints of Verdun Green #486503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.39%

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

R = 40.91%
G = 57.39%
B = 1.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#486503 (or 0x486503) is known color: Verdun Green. HEX triplet: 48, 65 and 03. RGB value is (72,101,3). Sum of RGB (Red+Green+Blue) = 72+101+3=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #486503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486503 is #B79AFC. Grayscale: #515151. Windows color (decimal): -12032765 or 222536. OLE color: 222536.

HSL color Cylindrical-coordinate representation of color #486503: hue angle of 77.76º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #486503 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 3 -
CMYK 0.29 0 0.97 0.60
HSL 77.76º 0.94% 0.2% -
HSV(B) 77.76º 0.97% 0.4% -
XYZ 7.34 10.69 1.76 -
YUV 81.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 72 101 3 0.29 0 0.97 0.60 77.76 0.94 0.2
Hex 48 65 3 1D 0 61 3C 4E 5E 14
Octal 110 145 3 35 0 141 74 116 136 24
Binary 1001000 1100101 11 11101 0 1100001 111100 1001110 1011110 10100

Color Harmonies of #486503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486503

Black with #486503

Text Example


Text Example

White with #486503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486503; }

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

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

background-color css

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

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

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

border-color css

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

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

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