Html Css Color HEX #47856B Viridian

📋 copy color: '#47856B'

red 71 ◦ green 133 ◦ blue 107

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

Shades of Viridian #47856B

Tints of Viridian #47856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 22.83%
G = 42.77%
B = 34.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#47856B (or 0x47856B) is known color: Viridian. HEX triplet: 47, 85 and 6B. RGB value is (71,133,107). Sum of RGB (Red+Green+Blue) = 71+133+107=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #47856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47856B is #B87A94. Grayscale: #6F6F6F. Windows color (decimal): -12090005 or 7046471. OLE color: 7046471.

HSL color Cylindrical-coordinate representation of color #47856B: hue angle of 154.84º 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 #47856B is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 107 -
CMYK 0.47 0 0.20 0.48
HSL 154.84º 0.3% 0.4% -
HSV(B) 154.84º 0.47% 0.52% -
XYZ 13.64 19.18 16.89 -
YUV 111.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 71 133 107 0.47 0 0.20 0.48 154.84 0.3 0.4
Hex 47 85 6B 2F 0 14 30 9B 1E 28
Octal 107 205 153 57 0 24 60 233 36 50
Binary 1000111 10000101 1101011 101111 0 10100 110000 10011011 11110 101000

Color Harmonies of #47856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47856B

Black with #47856B

Text Example


Text Example

White with #47856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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