Html Css Color HEX #475514 Verdun Green

📋 copy color: '#475514'

red 71 ◦ green 85 ◦ blue 20

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

Shades of Verdun Green #475514

Tints of Verdun Green #475514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.3%

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

R = 40.34%
G = 48.3%
B = 11.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#475514 (or 0x475514) is known color: Verdun Green. HEX triplet: 47, 55 and 14. RGB value is (71,85,20). Sum of RGB (Red+Green+Blue) = 71+85+20=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #475514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475514 is #B8AAEB. Grayscale: #494949. Windows color (decimal): -12102380 or 1332551. OLE color: 1332551.

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

Color convert

RGB 71 85 20 -
CMYK 0.16 0 0.76 0.67
HSL 72.92º 0.62% 0.21% -
HSV(B) 72.92º 0.76% 0.33% -
XYZ 5.97 7.89 1.87 -
YUV 73.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 71 85 20 0.16 0 0.76 0.67 72.92 0.62 0.21
Hex 47 55 14 10 0 4C 43 49 3E 15
Octal 107 125 24 20 0 114 103 111 76 25
Binary 1000111 1010101 10100 10000 0 1001100 1000011 1001001 111110 10101

Color Harmonies of #475514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475514

Black with #475514

Text Example


Text Example

White with #475514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475514; }

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

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

background-color css

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

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

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

border-color css

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

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

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