Html Css Color HEX #475414 Verdun Green

📋 copy color: '#475414'

red 71 ◦ green 84 ◦ blue 20

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

Shades of Verdun Green #475414

Tints of Verdun Green #475414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

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

R = 40.57%
G = 48%
B = 11.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#475414 (or 0x475414) is known color: Verdun Green. HEX triplet: 47, 54 and 14. RGB value is (71,84,20). Sum of RGB (Red+Green+Blue) = 71+84+20=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #475414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475414 is #B8ABEB. Grayscale: #494949. Windows color (decimal): -12102636 or 1332295. OLE color: 1332295.

HSL color Cylindrical-coordinate representation of color #475414: hue angle of 72.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #475414 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 20 -
CMYK 0.15 0 0.76 0.67
HSL 72.19º 0.62% 0.2% -
HSV(B) 72.19º 0.76% 0.33% -
XYZ 5.9 7.73 1.84 -
YUV 72.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 71 84 20 0.15 0 0.76 0.67 72.19 0.62 0.2
Hex 47 54 14 F 0 4C 43 48 3E 14
Octal 107 124 24 17 0 114 103 110 76 24
Binary 1000111 1010100 10100 1111 0 1001100 1000011 1001000 111110 10100

Color Harmonies of #475414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475414

Black with #475414

Text Example


Text Example

White with #475414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475414; }

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

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

background-color css

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

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

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

border-color css

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

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

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