Html Css Color HEX #486603 Verdun Green

📋 copy color: '#486603'

red 72 ◦ green 102 ◦ blue 3

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

Shades of Verdun Green #486603

Tints of Verdun Green #486603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.63%

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

R = 40.68%
G = 57.63%
B = 1.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#486603 (or 0x486603) is known color: Verdun Green. HEX triplet: 48, 66 and 03. RGB value is (72,102,3). Sum of RGB (Red+Green+Blue) = 72+102+3=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #486603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486603 is #B799FC. Grayscale: #525252. Windows color (decimal): -12032509 or 222792. OLE color: 222792.

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

Color convert

RGB 72 102 3 -
CMYK 0.29 0 0.97 0.6
HSL 78.18º 0.94% 0.21% -
HSV(B) 78.18º 0.97% 0.4% -
XYZ 7.44 10.89 1.8 -
YUV 81.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 72 102 3 0.29 0 0.97 0.6 78.18 0.94 0.21
Hex 48 66 3 1D 0 61 3C 4E 5E 15
Octal 110 146 3 35 0 141 74 116 136 25
Binary 1001000 1100110 11 11101 0 1100001 111100 1001110 1011110 10101

Color Harmonies of #486603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486603

Black with #486603

Text Example


Text Example

White with #486603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486603; }

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

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

background-color css

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

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

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

border-color css

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

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

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