Html Css Color HEX #47550C Verdun Green

📋 copy color: '#47550C'

red 71 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #47550C

Tints of Verdun Green #47550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.14%

R = 42.26%
G = 50.6%
B = 7.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#47550C (or 0x47550C) is known color: Verdun Green. HEX triplet: 47, 55 and 0C. RGB value is (71,85,12). Sum of RGB (Red+Green+Blue) = 71+85+12=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #47550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47550C is #B8AAF3. Grayscale: #484848. Windows color (decimal): -12102388 or 808263. OLE color: 808263.

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

Color convert

RGB 71 85 12 -
CMYK 0.16 0 0.86 0.67
HSL 71.51º 0.75% 0.19% -
HSV(B) 71.51º 0.86% 0.33% -
XYZ 5.91 7.86 1.55 -
YUV 72.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 71 85 12 0.16 0 0.86 0.67 71.51 0.75 0.19
Hex 47 55 C 10 0 56 43 48 4B 13
Octal 107 125 14 20 0 126 103 110 113 23
Binary 1000111 1010101 1100 10000 0 1010110 1000011 1001000 1001011 10011

Color Harmonies of #47550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47550C

Black with #47550C

Text Example


Text Example

White with #47550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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