Html Css Color HEX #47856C Viridian

📋 copy color: '#47856C'

red 71 ◦ green 133 ◦ blue 108

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

Shades of Viridian #47856C

Tints of Viridian #47856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 22.76%
G = 42.63%
B = 34.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#47856C (or 0x47856C) is known color: Viridian. HEX triplet: 47, 85 and 6C. RGB value is (71,133,108). Sum of RGB (Red+Green+Blue) = 71+133+108=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #47856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47856C is #B87A93. Grayscale: #6F6F6F. Windows color (decimal): -12090004 or 7112007. OLE color: 7112007.

HSL color Cylindrical-coordinate representation of color #47856C: hue angle of 155.81º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47856C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 108 -
CMYK 0.47 0 0.19 0.48
HSL 155.81º 0.3% 0.4% -
HSV(B) 155.81º 0.47% 0.52% -
XYZ 13.69 19.2 17.17 -
YUV 111.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 71 133 108 0.47 0 0.19 0.48 155.81 0.3 0.4
Hex 47 85 6C 2F 0 13 30 9C 1E 28
Octal 107 205 154 57 0 23 60 234 36 50
Binary 1000111 10000101 1101100 101111 0 10011 110000 10011100 11110 101000

Color Harmonies of #47856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47856C

Black with #47856C

Text Example


Text Example

White with #47856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,133,108); }

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

background-color css

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

 a { background-color: rgb(71,133,108); }

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

border-color css

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

 span { border-color: rgb(71,133,108); }

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