Html Css Color HEX #47504B Plantation

📋 copy color: '#47504B'

red 71 ◦ green 80 ◦ blue 75

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

Shades of Plantation #47504B

Tints of Plantation #47504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 31.42%
G = 35.4%
B = 33.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#47504B (or 0x47504B) is known color: Plantation. HEX triplet: 47, 50 and 4B. RGB value is (71,80,75). Sum of RGB (Red+Green+Blue) = 71+80+75=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #47504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47504B is #B8AFB4. Grayscale: #4C4C4C. Windows color (decimal): -12103605 or 4935751. OLE color: 4935751.

HSL color Cylindrical-coordinate representation of color #47504B: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47504B is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 75 -
CMYK 0.11 0 0.06 0.69
HSL 146.67º 0.06% 0.3% -
HSV(B) 146.67º 0.11% 0.31% -
XYZ 6.74 7.58 7.77 -
YUV 76.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 71 80 75 0.11 0 0.06 0.69 146.67 0.06 0.3
Hex 47 50 4B B 0 6 45 93 6 1E
Octal 107 120 113 13 0 6 105 223 6 36
Binary 1000111 1010000 1001011 1011 0 110 1000101 10010011 110 11110

Color Harmonies of #47504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47504B

Black with #47504B

Text Example


Text Example

White with #47504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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