Html Css Color HEX #476115 Verdun Green

📋 copy color: '#476115'

red 71 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #476115

Tints of Verdun Green #476115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.32%

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

R = 37.57%
G = 51.32%
B = 11.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#476115 (or 0x476115) is known color: Verdun Green. HEX triplet: 47, 61 and 15. RGB value is (71,97,21). Sum of RGB (Red+Green+Blue) = 71+97+21=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #476115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476115 is #B89EEA. Grayscale: #505050. Windows color (decimal): -12099307 or 1401159. OLE color: 1401159.

HSL color Cylindrical-coordinate representation of color #476115: hue angle of 80.53º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #476115 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 21 -
CMYK 0.27 0 0.78 0.62
HSL 80.53º 0.64% 0.23% -
HSV(B) 80.53º 0.78% 0.38% -
XYZ 7.01 9.94 2.26 -
YUV 80.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 71 97 21 0.27 0 0.78 0.62 80.53 0.64 0.23
Hex 47 61 15 1B 0 4E 3E 51 40 17
Octal 107 141 25 33 0 116 76 121 100 27
Binary 1000111 1100001 10101 11011 0 1001110 111110 1010001 1000000 10111

Color Harmonies of #476115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476115

Black with #476115

Text Example


Text Example

White with #476115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476115; }

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

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

background-color css

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

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

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

border-color css

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

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

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