Html Css Color HEX #476101 Verdun Green

📋 copy color: '#476101'

red 71 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #476101

Tints of Verdun Green #476101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.4%

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

R = 42.01%
G = 57.4%
B = 0.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#476101 (or 0x476101) is known color: Verdun Green. HEX triplet: 47, 61 and 01. RGB value is (71,97,1). Sum of RGB (Red+Green+Blue) = 71+97+1=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #476101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476101 is #B89EFE. Grayscale: #4E4E4E. Windows color (decimal): -12099327 or 90439. OLE color: 90439.

HSL color Cylindrical-coordinate representation of color #476101: hue angle of 76.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #476101 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 1 -
CMYK 0.27 0 0.99 0.62
HSL 76.25º 0.98% 0.19% -
HSV(B) 76.25º 0.99% 0.38% -
XYZ 6.88 9.89 1.58 -
YUV 78.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 71 97 1 0.27 0 0.99 0.62 76.25 0.98 0.19
Hex 47 61 1 1B 0 63 3E 4C 62 13
Octal 107 141 1 33 0 143 76 114 142 23
Binary 1000111 1100001 1 11011 0 1100011 111110 1001100 1100010 10011

Color Harmonies of #476101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476101

Black with #476101

Text Example


Text Example

White with #476101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476101; }

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

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

background-color css

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

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

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

border-color css

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

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

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