Html Css Color HEX #476D00 Verdun Green

📋 copy color: '#476D00'

red 71 ◦ green 109 ◦ blue 0

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

Shades of Verdun Green #476D00

Tints of Verdun Green #476D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 60.56%

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

R = 39.44%
G = 60.56%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#476D00 (or 0x476D00) is known color: Verdun Green. HEX triplet: 47, 6D and 00. RGB value is (71,109,0). Sum of RGB (Red+Green+Blue) = 71+109+0=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 109 (42.97% from 255 or 60.56% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 109 - color contains mainly: green. Hex color #476D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D00 is #B892FF. Grayscale: #555555. Windows color (decimal): -12096256 or 27975. OLE color: 27975.

HSL color Cylindrical-coordinate representation of color #476D00: hue angle of 80.92º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #476D00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 0 -
CMYK 0.35 0 1 0.57
HSL 80.92º 1% 0.21% -
HSV(B) 80.92º 1% 0.43% -
XYZ 8.07 12.28 1.94 -
YUV 85.21 79.91 117.86 -
System Red Green Blue C M Y K H S L
Decimal 71 109 0 0.35 0 1 0.57 80.92 1 0.21
Hex 47 6D 0 23 0 64 39 51 64 15
Octal 107 155 0 43 0 144 71 121 144 25
Binary 1000111 1101101 0 100011 0 1100100 111001 1010001 1100100 10101

Color Harmonies of #476D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D00

Black with #476D00

Text Example


Text Example

White with #476D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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