Html Css Color HEX #47826F Viridian

📋 copy color: '#47826F'

red 71 ◦ green 130 ◦ blue 111

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

Shades of Viridian #47826F

Tints of Viridian #47826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 22.76%
G = 41.67%
B = 35.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#47826F (or 0x47826F) is known color: Viridian. HEX triplet: 47, 82 and 6F. RGB value is (71,130,111). Sum of RGB (Red+Green+Blue) = 71+130+111=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #47826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47826F is #B87D90. Grayscale: #6E6E6E. Windows color (decimal): -12090769 or 7307847. OLE color: 7307847.

HSL color Cylindrical-coordinate representation of color #47826F: hue angle of 160.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47826F is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 111 -
CMYK 0.45 0 0.15 0.49
HSL 160.68º 0.29% 0.39% -
HSV(B) 160.68º 0.45% 0.51% -
XYZ 13.45 18.45 17.89 -
YUV 110.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 71 130 111 0.45 0 0.15 0.49 160.68 0.29 0.39
Hex 47 82 6F 2D 0 F 31 A1 1D 27
Octal 107 202 157 55 0 17 61 241 35 47
Binary 1000111 10000010 1101111 101101 0 1111 110001 10100001 11101 100111

Color Harmonies of #47826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47826F

Black with #47826F

Text Example


Text Example

White with #47826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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