Html Css Color HEX #475315 Verdun Green

📋 copy color: '#475315'

red 71 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #475315

Tints of Verdun Green #475315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

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

R = 40.57%
G = 47.43%
B = 12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#475315 (or 0x475315) is known color: Verdun Green. HEX triplet: 47, 53 and 15. RGB value is (71,83,21). Sum of RGB (Red+Green+Blue) = 71+83+21=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #475315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475315 is #B8ACEA. Grayscale: #484848. Windows color (decimal): -12102891 or 1397575. OLE color: 1397575.

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

Color convert

RGB 71 83 21 -
CMYK 0.14 0 0.75 0.67
HSL 71.61º 0.6% 0.2% -
HSV(B) 71.61º 0.75% 0.33% -
XYZ 5.83 7.58 1.87 -
YUV 72.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 71 83 21 0.14 0 0.75 0.67 71.61 0.6 0.2
Hex 47 53 15 E 0 4B 43 48 3C 14
Octal 107 123 25 16 0 113 103 110 74 24
Binary 1000111 1010011 10101 1110 0 1001011 1000011 1001000 111100 10100

Color Harmonies of #475315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475315

Black with #475315

Text Example


Text Example

White with #475315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475315; }

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

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

background-color css

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

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

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

border-color css

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

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

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