Html Css Color HEX #486801 Verdun Green

📋 copy color: '#486801'

red 72 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #486801

Tints of Verdun Green #486801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.76%

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

R = 40.68%
G = 58.76%
B = 0.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#486801 (or 0x486801) is known color: Verdun Green. HEX triplet: 48, 68 and 01. RGB value is (72,104,1). Sum of RGB (Red+Green+Blue) = 72+104+1=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #486801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486801 is #B797FE. Grayscale: #535353. Windows color (decimal): -12031999 or 92232. OLE color: 92232.

HSL color Cylindrical-coordinate representation of color #486801: hue angle of 78.64º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #486801 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 1 -
CMYK 0.31 0 0.99 0.59
HSL 78.64º 0.98% 0.21% -
HSV(B) 78.64º 0.99% 0.41% -
XYZ 7.63 11.28 1.8 -
YUV 82.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 72 104 1 0.31 0 0.99 0.59 78.64 0.98 0.21
Hex 48 68 1 1F 0 63 3B 4F 62 15
Octal 110 150 1 37 0 143 73 117 142 25
Binary 1001000 1101000 1 11111 0 1100011 111011 1001111 1100010 10101

Color Harmonies of #486801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486801

Black with #486801

Text Example


Text Example

White with #486801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486801; }

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

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

background-color css

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

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

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

border-color css

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

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

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