Html Css Color HEX #475014 Verdun Green

📋 copy color: '#475014'

red 71 ◦ green 80 ◦ blue 20

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

Shades of Verdun Green #475014

Tints of Verdun Green #475014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.78%

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 41.52%
G = 46.78%
B = 11.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#475014 (or 0x475014) is known color: Verdun Green. HEX triplet: 47, 50 and 14. RGB value is (71,80,20). Sum of RGB (Red+Green+Blue) = 71+80+20=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #475014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475014 is #B8AFEB. Grayscale: #464646. Windows color (decimal): -12103660 or 1331271. OLE color: 1331271.

HSL color Cylindrical-coordinate representation of color #475014: hue angle of 69º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #475014 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 20 -
CMYK 0.11 0 0.75 0.69
HSL 69º 0.6% 0.2% -
HSV(B) 69º 0.75% 0.31% -
XYZ 5.59 7.13 1.74 -
YUV 70.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 71 80 20 0.11 0 0.75 0.69 69 0.6 0.2
Hex 47 50 14 B 0 4B 45 45 3C 14
Octal 107 120 24 13 0 113 105 105 74 24
Binary 1000111 1010000 10100 1011 0 1001011 1000101 1000101 111100 10100

Color Harmonies of #475014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475014

Black with #475014

Text Example


Text Example

White with #475014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475014; }

 p { color: rgb(71,80,20); }

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

background-color css

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

 a { background-color: rgb(71,80,20); }

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

border-color css

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

 span { border-color: rgb(71,80,20); }

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