Html Css Color HEX #47886F Viridian

📋 copy color: '#47886F'

red 71 ◦ green 136 ◦ blue 111

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

Shades of Viridian #47886F

Tints of Viridian #47886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 22.33%
G = 42.77%
B = 34.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#47886F (or 0x47886F) is known color: Viridian. HEX triplet: 47, 88 and 6F. RGB value is (71,136,111). Sum of RGB (Red+Green+Blue) = 71+136+111=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #47886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47886F is #B87790. Grayscale: #717171. Windows color (decimal): -12089233 or 7309383. OLE color: 7309383.

HSL color Cylindrical-coordinate representation of color #47886F: hue angle of 156.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47886F is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 136 111 -
CMYK 0.48 0 0.18 0.47
HSL 156.92º 0.31% 0.41% -
HSV(B) 156.92º 0.48% 0.53% -
XYZ 14.27 20.1 18.17 -
YUV 113.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 71 136 111 0.48 0 0.18 0.47 156.92 0.31 0.41
Hex 47 88 6F 30 0 12 2F 9D 1F 29
Octal 107 210 157 60 0 22 57 235 37 51
Binary 1000111 10001000 1101111 110000 0 10010 101111 10011101 11111 101001

Color Harmonies of #47886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47886F

Black with #47886F

Text Example


Text Example

White with #47886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47886F; }

 p { color: rgb(71,136,111); }

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

background-color css

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

 a { background-color: rgb(71,136,111); }

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

border-color css

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

 span { border-color: rgb(71,136,111); }

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