Html Css Color HEX #476900 Verdun Green

📋 copy color: '#476900'

red 71 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #476900

Tints of Verdun Green #476900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 59.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.34%
G = 59.66%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#476900 (or 0x476900) is known color: Verdun Green. HEX triplet: 47, 69 and 00. RGB value is (71,105,0). Sum of RGB (Red+Green+Blue) = 71+105+0=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #476900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476900 is #B896FF. Grayscale: #535353. Windows color (decimal): -12097280 or 26951. OLE color: 26951.

HSL color Cylindrical-coordinate representation of color #476900: hue angle of 79.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #476900 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 0 -
CMYK 0.32 0 1 0.59
HSL 79.43º 1% 0.21% -
HSV(B) 79.43º 1% 0.41% -
XYZ 7.65 11.44 1.81 -
YUV 82.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 71 105 0 0.32 0 1 0.59 79.43 1 0.21
Hex 47 69 0 20 0 64 3B 4F 64 15
Octal 107 151 0 40 0 144 73 117 144 25
Binary 1000111 1101001 0 100000 0 1100100 111011 1001111 1100100 10101

Color Harmonies of #476900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476900

Black with #476900

Text Example


Text Example

White with #476900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476900; }

 p { color: rgb(71,105,0); }

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

background-color css

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

 a { background-color: rgb(71,105,0); }

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

border-color css

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

 span { border-color: rgb(71,105,0); }

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