Html Css Color HEX #47906B Viridian

📋 copy color: '#47906B'

red 71 ◦ green 144 ◦ blue 107

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

Shades of Viridian #47906B

Tints of Viridian #47906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

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

R = 22.05%
G = 44.72%
B = 33.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#47906B (or 0x47906B) is known color: Viridian. HEX triplet: 47, 90 and 6B. RGB value is (71,144,107). Sum of RGB (Red+Green+Blue) = 71+144+107=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #47906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47906B is #B86F94. Grayscale: #767676. Windows color (decimal): -12087189 or 7049287. OLE color: 7049287.

HSL color Cylindrical-coordinate representation of color #47906B: hue angle of 149.59º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47906B is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 144 107 -
CMYK 0.51 0 0.26 0.44
HSL 149.59º 0.34% 0.42% -
HSV(B) 149.59º 0.51% 0.56% -
XYZ 15.23 22.35 17.42 -
YUV 117.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 71 144 107 0.51 0 0.26 0.44 149.59 0.34 0.42
Hex 47 90 6B 33 0 1A 2C 96 22 2A
Octal 107 220 153 63 0 32 54 226 42 52
Binary 1000111 10010000 1101011 110011 0 11010 101100 10010110 100010 101010

Color Harmonies of #47906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47906B

Black with #47906B

Text Example


Text Example

White with #47906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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