Html Css Color HEX #475950 Plantation

📋 copy color: '#475950'

red 71 ◦ green 89 ◦ blue 80

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

Shades of Plantation #475950

Tints of Plantation #475950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 29.58%
G = 37.08%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#475950 (or 0x475950) is known color: Plantation. HEX triplet: 47, 59 and 50. RGB value is (71,89,80). Sum of RGB (Red+Green+Blue) = 71+89+80=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #475950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475950 is #B8A6AF. Grayscale: #525252. Windows color (decimal): -12101296 or 5265735. OLE color: 5265735.

HSL color Cylindrical-coordinate representation of color #475950: hue angle of 150º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475950 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 80 -
CMYK 0.20 0 0.10 0.65
HSL 150º 0.11% 0.31% -
HSV(B) 150º 0.2% 0.35% -
XYZ 7.62 9.06 8.94 -
YUV 82.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 71 89 80 0.20 0 0.10 0.65 150 0.11 0.31
Hex 47 59 50 14 0 A 41 96 B 1F
Octal 107 131 120 24 0 12 101 226 13 37
Binary 1000111 1011001 1010000 10100 0 1010 1000001 10010110 1011 11111

Color Harmonies of #475950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475950

Black with #475950

Text Example


Text Example

White with #475950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475950; }

 p { color: rgb(71,89,80); }

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

background-color css

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

 a { background-color: rgb(71,89,80); }

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

border-color css

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

 span { border-color: rgb(71,89,80); }

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