Html Css Color HEX #476501 Verdun Green

📋 copy color: '#476501'

red 71 ◦ green 101 ◦ blue 1

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

Shades of Verdun Green #476501

Tints of Verdun Green #476501

RGB

 RED value IS 71 (28.13% from 255) = 41.04%

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

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

R = 41.04%
G = 58.38%
B = 0.58%

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

#476501 (or 0x476501) is known color: Verdun Green. HEX triplet: 47, 65 and 01. RGB value is (71,101,1). Sum of RGB (Red+Green+Blue) = 71+101+1=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #476501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476501 is #B89AFE. Grayscale: #515151. Windows color (decimal): -12098303 or 91463. OLE color: 91463.

HSL color Cylindrical-coordinate representation of color #476501: hue angle of 78º 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 #476501 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 101 1 -
CMYK 0.30 0 0.99 0.60
HSL 78º 0.98% 0.2% -
HSV(B) 78º 0.99% 0.4% -
XYZ 7.26 10.65 1.7 -
YUV 80.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 71 101 1 0.30 0 0.99 0.60 78 0.98 0.2
Hex 47 65 1 1E 0 63 3C 4E 62 14
Octal 107 145 1 36 0 143 74 116 142 24
Binary 1000111 1100101 1 11110 0 1100011 111100 1001110 1100010 10100

Color Harmonies of #476501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476501

Black with #476501

Text Example


Text Example

White with #476501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476501; }

 p { color: rgb(71,101,1); }

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

background-color css

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

 a { background-color: rgb(71,101,1); }

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

border-color css

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

 span { border-color: rgb(71,101,1); }

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