Html Css Color HEX #475015 Verdun Green

📋 copy color: '#475015'

red 71 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #475015

Tints of Verdun Green #475015

RGB

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

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

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

R = 41.28%
G = 46.51%
B = 12.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#475015 (or 0x475015) is known color: Verdun Green. HEX triplet: 47, 50 and 15. RGB value is (71,80,21). Sum of RGB (Red+Green+Blue) = 71+80+21=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #475015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475015 is #B8AFEA. Grayscale: #464646. Windows color (decimal): -12103659 or 1396807. OLE color: 1396807.

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

Color convert

RGB 71 80 21 -
CMYK 0.11 0 0.74 0.69
HSL 69.15º 0.58% 0.2% -
HSV(B) 69.15º 0.74% 0.31% -
XYZ 5.6 7.13 1.79 -
YUV 70.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 71 80 21 0.11 0 0.74 0.69 69.15 0.58 0.2
Hex 47 50 15 B 0 4A 45 45 3A 14
Octal 107 120 25 13 0 112 105 105 72 24
Binary 1000111 1010000 10101 1011 0 1001010 1000101 1000101 111010 10100

Color Harmonies of #475015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475015

Black with #475015

Text Example


Text Example

White with #475015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475015; }

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

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

background-color css

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

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

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

border-color css

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

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

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