Html Css Color HEX #475A50 Plantation

📋 copy color: '#475A50'

red 71 ◦ green 90 ◦ blue 80

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

Shades of Plantation #475A50

Tints of Plantation #475A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 29.46%
G = 37.34%
B = 33.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#475A50 (or 0x475A50) is known color: Plantation. HEX triplet: 47, 5A and 50. RGB value is (71,90,80). Sum of RGB (Red+Green+Blue) = 71+90+80=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #475A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A50 is #B8A5AF. Grayscale: #535353. Windows color (decimal): -12101040 or 5265991. OLE color: 5265991.

HSL color Cylindrical-coordinate representation of color #475A50: hue angle of 148.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A50 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 90 80 -
CMYK 0.21 0 0.11 0.65
HSL 148.42º 0.12% 0.32% -
HSV(B) 148.42º 0.21% 0.35% -
XYZ 7.7 9.23 8.97 -
YUV 83.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 71 90 80 0.21 0 0.11 0.65 148.42 0.12 0.32
Hex 47 5A 50 15 0 B 41 94 C 20
Octal 107 132 120 25 0 13 101 224 14 40
Binary 1000111 1011010 1010000 10101 0 1011 1000001 10010100 1100 100000

Color Harmonies of #475A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A50

Black with #475A50

Text Example


Text Example

White with #475A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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