Html Css Color HEX #476B01 Verdun Green

📋 copy color: '#476B01'

red 71 ◦ green 107 ◦ blue 1

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

Shades of Verdun Green #476B01

Tints of Verdun Green #476B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.78%

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

R = 39.66%
G = 59.78%
B = 0.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#476B01 (or 0x476B01) is known color: Verdun Green. HEX triplet: 47, 6B and 01. RGB value is (71,107,1). Sum of RGB (Red+Green+Blue) = 71+107+1=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #476B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476B01 is #B894FE. Grayscale: #545454. Windows color (decimal): -12096767 or 92999. OLE color: 92999.

HSL color Cylindrical-coordinate representation of color #476B01: hue angle of 80.38º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #476B01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 1 -
CMYK 0.34 0 0.99 0.58
HSL 80.38º 0.98% 0.21% -
HSV(B) 80.38º 0.99% 0.42% -
XYZ 7.86 11.86 1.9 -
YUV 84.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 71 107 1 0.34 0 0.99 0.58 80.38 0.98 0.21
Hex 47 6B 1 22 0 63 3A 50 62 15
Octal 107 153 1 42 0 143 72 120 142 25
Binary 1000111 1101011 1 100010 0 1100011 111010 1010000 1100010 10101

Color Harmonies of #476B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B01

Black with #476B01

Text Example


Text Example

White with #476B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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