Html Css Color HEX #47826B Viridian

📋 copy color: '#47826B'

red 71 ◦ green 130 ◦ blue 107

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

Shades of Viridian #47826B

Tints of Viridian #47826B

RGB

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

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

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

R = 23.05%
G = 42.21%
B = 34.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#47826B (or 0x47826B) is known color: Viridian. HEX triplet: 47, 82 and 6B. RGB value is (71,130,107). Sum of RGB (Red+Green+Blue) = 71+130+107=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #47826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47826B is #B87D94. Grayscale: #6D6D6D. Windows color (decimal): -12090773 or 7045703. OLE color: 7045703.

HSL color Cylindrical-coordinate representation of color #47826B: hue angle of 156.61º 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 #47826B is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 107 -
CMYK 0.45 0 0.18 0.49
HSL 156.61º 0.29% 0.39% -
HSV(B) 156.61º 0.45% 0.51% -
XYZ 13.24 18.37 16.76 -
YUV 109.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 71 130 107 0.45 0 0.18 0.49 156.61 0.29 0.39
Hex 47 82 6B 2D 0 12 31 9D 1D 27
Octal 107 202 153 55 0 22 61 235 35 47
Binary 1000111 10000010 1101011 101101 0 10010 110001 10011101 11101 100111

Color Harmonies of #47826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47826B

Black with #47826B

Text Example


Text Example

White with #47826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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