Html Css Color HEX #47550D Verdun Green

📋 copy color: '#47550D'

red 71 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #47550D

Tints of Verdun Green #47550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 42.01%
G = 50.3%
B = 7.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#47550D (or 0x47550D) is known color: Verdun Green. HEX triplet: 47, 55 and 0D. RGB value is (71,85,13). Sum of RGB (Red+Green+Blue) = 71+85+13=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #47550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47550D is #B8AAF2. Grayscale: #484848. Windows color (decimal): -12102387 or 873799. OLE color: 873799.

HSL color Cylindrical-coordinate representation of color #47550D: hue angle of 71.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47550D is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 13 -
CMYK 0.16 0 0.85 0.67
HSL 71.67º 0.73% 0.19% -
HSV(B) 71.67º 0.85% 0.33% -
XYZ 5.92 7.87 1.59 -
YUV 72.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 71 85 13 0.16 0 0.85 0.67 71.67 0.73 0.19
Hex 47 55 D 10 0 55 43 48 49 13
Octal 107 125 15 20 0 125 103 110 111 23
Binary 1000111 1010101 1101 10000 0 1010101 1000011 1001000 1001001 10011

Color Harmonies of #47550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47550D

Black with #47550D

Text Example


Text Example

White with #47550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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