Html Css Color HEX #47554D Plantation

📋 copy color: '#47554D'

red 71 ◦ green 85 ◦ blue 77

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

Shades of Plantation #47554D

Tints of Plantation #47554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 30.47%
G = 36.48%
B = 33.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#47554D (or 0x47554D) is known color: Plantation. HEX triplet: 47, 55 and 4D. RGB value is (71,85,77). Sum of RGB (Red+Green+Blue) = 71+85+77=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #47554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47554D is #B8AAB2. Grayscale: #4F4F4F. Windows color (decimal): -12102323 or 5068103. OLE color: 5068103.

HSL color Cylindrical-coordinate representation of color #47554D: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #47554D is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 77 -
CMYK 0.16 0 0.09 0.67
HSL 145.71º 0.09% 0.31% -
HSV(B) 145.71º 0.16% 0.33% -
XYZ 7.19 8.37 8.26 -
YUV 79.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 71 85 77 0.16 0 0.09 0.67 145.71 0.09 0.31
Hex 47 55 4D 10 0 9 43 92 9 1F
Octal 107 125 115 20 0 11 103 222 11 37
Binary 1000111 1010101 1001101 10000 0 1001 1000011 10010010 1001 11111

Color Harmonies of #47554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47554D

Black with #47554D

Text Example


Text Example

White with #47554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47554D; }

 p { color: rgb(71,85,77); }

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

background-color css

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

 a { background-color: rgb(71,85,77); }

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

border-color css

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

 span { border-color: rgb(71,85,77); }

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