Html Css Color HEX #476600 Verdun Green

📋 copy color: '#476600'

red 71 ◦ green 102 ◦ blue 0

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

Shades of Verdun Green #476600

Tints of Verdun Green #476600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.96%

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

R = 41.04%
G = 58.96%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#476600 (or 0x476600) is known color: Verdun Green. HEX triplet: 47, 66 and 00. RGB value is (71,102,0). Sum of RGB (Red+Green+Blue) = 71+102+0=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #476600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476600 is #B899FF. Grayscale: #515151. Windows color (decimal): -12098048 or 26183. OLE color: 26183.

HSL color Cylindrical-coordinate representation of color #476600: hue angle of 78.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #476600 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 0 -
CMYK 0.30 0 1 0.6
HSL 78.24º 1% 0.2% -
HSV(B) 78.24º 1% 0.4% -
XYZ 7.35 10.84 1.71 -
YUV 81.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 71 102 0 0.30 0 1 0.6 78.24 1 0.2
Hex 47 66 0 1E 0 64 3C 4E 64 14
Octal 107 146 0 36 0 144 74 116 144 24
Binary 1000111 1100110 0 11110 0 1100100 111100 1001110 1100100 10100

Color Harmonies of #476600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476600

Black with #476600

Text Example


Text Example

White with #476600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476600; }

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

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

background-color css

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

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

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

border-color css

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

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

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