Html Css Color HEX #476315 Verdun Green

📋 copy color: '#476315'

red 71 ◦ green 99 ◦ blue 21

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

Shades of Verdun Green #476315

Tints of Verdun Green #476315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.83%

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 37.17%
G = 51.83%
B = 10.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#476315 (or 0x476315) is known color: Verdun Green. HEX triplet: 47, 63 and 15. RGB value is (71,99,21). Sum of RGB (Red+Green+Blue) = 71+99+21=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #476315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476315 is #B89CEA. Grayscale: #525252. Windows color (decimal): -12098795 or 1401671. OLE color: 1401671.

HSL color Cylindrical-coordinate representation of color #476315: hue angle of 81.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #476315 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 21 -
CMYK 0.28 0 0.79 0.61
HSL 81.54º 0.65% 0.24% -
HSV(B) 81.54º 0.79% 0.39% -
XYZ 7.2 10.32 2.32 -
YUV 81.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 71 99 21 0.28 0 0.79 0.61 81.54 0.65 0.24
Hex 47 63 15 1C 0 4F 3D 52 41 18
Octal 107 143 25 34 0 117 75 122 101 30
Binary 1000111 1100011 10101 11100 0 1001111 111101 1010010 1000001 11000

Color Harmonies of #476315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476315

Black with #476315

Text Example


Text Example

White with #476315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476315; }

 p { color: rgb(71,99,21); }

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

background-color css

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

 a { background-color: rgb(71,99,21); }

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

border-color css

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

 span { border-color: rgb(71,99,21); }

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