Html Css Color HEX #476701 Verdun Green

📋 copy color: '#476701'

red 71 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #476701

Tints of Verdun Green #476701

RGB

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

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

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

R = 40.57%
G = 58.86%
B = 0.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#476701 (or 0x476701) is known color: Verdun Green. HEX triplet: 47, 67 and 01. RGB value is (71,103,1). Sum of RGB (Red+Green+Blue) = 71+103+1=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #476701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476701 is #B898FE. Grayscale: #525252. Windows color (decimal): -12097791 or 91975. OLE color: 91975.

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

Color convert

RGB 71 103 1 -
CMYK 0.31 0 0.99 0.60
HSL 78.82º 0.98% 0.2% -
HSV(B) 78.82º 0.99% 0.4% -
XYZ 7.45 11.04 1.77 -
YUV 81.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 71 103 1 0.31 0 0.99 0.60 78.82 0.98 0.2
Hex 47 67 1 1F 0 63 3C 4F 62 14
Octal 107 147 1 37 0 143 74 117 142 24
Binary 1000111 1100111 1 11111 0 1100011 111100 1001111 1100010 10100

Color Harmonies of #476701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476701

Black with #476701

Text Example


Text Example

White with #476701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476701; }

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

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

background-color css

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

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

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

border-color css

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

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

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