Html Css Color HEX #476407 Verdun Green

📋 copy color: '#476407'

red 71 ◦ green 100 ◦ blue 7

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

Shades of Verdun Green #476407

Tints of Verdun Green #476407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 56.18%

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 39.89%
G = 56.18%
B = 3.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#476407 (or 0x476407) is known color: Verdun Green. HEX triplet: 47, 64 and 07. RGB value is (71,100,7). Sum of RGB (Red+Green+Blue) = 71+100+7=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 100 (39.45% from 255 or 56.18% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 100 - color contains mainly: green. Hex color #476407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476407 is #B89BF8. Grayscale: #515151. Windows color (decimal): -12098553 or 484423. OLE color: 484423.

HSL color Cylindrical-coordinate representation of color #476407: hue angle of 78.71º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #476407 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 7 -
CMYK 0.29 0 0.93 0.61
HSL 78.71º 0.87% 0.21% -
HSV(B) 78.71º 0.93% 0.39% -
XYZ 7.19 10.47 1.84 -
YUV 80.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 71 100 7 0.29 0 0.93 0.61 78.71 0.87 0.21
Hex 47 64 7 1D 0 5D 3D 4F 57 15
Octal 107 144 7 35 0 135 75 117 127 25
Binary 1000111 1100100 111 11101 0 1011101 111101 1001111 1010111 10101

Color Harmonies of #476407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476407

Black with #476407

Text Example


Text Example

White with #476407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476407; }

 p { color: rgb(71,100,7); }

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

background-color css

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

 a { background-color: rgb(71,100,7); }

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

border-color css

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

 span { border-color: rgb(71,100,7); }

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