Html Css Color HEX #486701 Verdun Green

📋 copy color: '#486701'

red 72 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #486701

Tints of Verdun Green #486701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.52%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 40.91%
G = 58.52%
B = 0.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#486701 (or 0x486701) is known color: Verdun Green. HEX triplet: 48, 67 and 01. RGB value is (72,103,1). Sum of RGB (Red+Green+Blue) = 72+103+1=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #486701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486701 is #B798FE. Grayscale: #525252. Windows color (decimal): -12032255 or 91976. OLE color: 91976.

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

Color convert

RGB 72 103 1 -
CMYK 0.30 0 0.99 0.60
HSL 78.24º 0.98% 0.2% -
HSV(B) 78.24º 0.99% 0.4% -
XYZ 7.53 11.08 1.77 -
YUV 82.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 72 103 1 0.30 0 0.99 0.60 78.24 0.98 0.2
Hex 48 67 1 1E 0 63 3C 4E 62 14
Octal 110 147 1 36 0 143 74 116 142 24
Binary 1001000 1100111 1 11110 0 1100011 111100 1001110 1100010 10100

Color Harmonies of #486701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486701

Black with #486701

Text Example


Text Example

White with #486701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486701; }

 p { color: rgb(72,103,1); }

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

background-color css

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

 a { background-color: rgb(72,103,1); }

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

border-color css

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

 span { border-color: rgb(72,103,1); }

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