Html Css Color HEX #475515 Verdun Green

📋 copy color: '#475515'

red 71 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #475515

Tints of Verdun Green #475515

RGB

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

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

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

R = 40.11%
G = 48.02%
B = 11.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#475515 (or 0x475515) is known color: Verdun Green. HEX triplet: 47, 55 and 15. RGB value is (71,85,21). Sum of RGB (Red+Green+Blue) = 71+85+21=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #475515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475515 is #B8AAEA. Grayscale: #494949. Windows color (decimal): -12102379 or 1398087. OLE color: 1398087.

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

Color convert

RGB 71 85 21 -
CMYK 0.16 0 0.75 0.67
HSL 73.13º 0.6% 0.21% -
HSV(B) 73.13º 0.75% 0.33% -
XYZ 5.98 7.89 1.92 -
YUV 73.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 71 85 21 0.16 0 0.75 0.67 73.13 0.6 0.21
Hex 47 55 15 10 0 4B 43 49 3C 15
Octal 107 125 25 20 0 113 103 111 74 25
Binary 1000111 1010101 10101 10000 0 1001011 1000011 1001001 111100 10101

Color Harmonies of #475515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475515

Black with #475515

Text Example


Text Example

White with #475515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475515; }

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

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

background-color css

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

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

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

border-color css

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

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

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