Html Css Color HEX #3F5347 Plantation

📋 copy color: '#3F5347'

red 63 ◦ green 83 ◦ blue 71

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

Shades of Plantation #3F5347

Tints of Plantation #3F5347

RGB

 RED value IS 63 (25% from 255) = 29.03%

 GREEN value IS 83 (32.81% from 255) = 38.25%

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 29.03%
G = 38.25%
B = 32.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3F5347 (or 0x3F5347) is known color: Plantation. HEX triplet: 3F, 53 and 47. RGB value is (63,83,71). Sum of RGB (Red+Green+Blue) = 63+83+71=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5347 is #C0ACB8. Grayscale: #4B4B4B. Windows color (decimal): -12627129 or 4674367. OLE color: 4674367.

HSL color Cylindrical-coordinate representation of color #3F5347: hue angle of 144º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F5347 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 71 -
CMYK 0.24 0 0.14 0.67
HSL 144º 0.14% 0.29% -
HSV(B) 144º 0.24% 0.33% -
XYZ 6.28 7.7 7.12 -
YUV 75.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 63 83 71 0.24 0 0.14 0.67 144 0.14 0.29
Hex 3F 53 47 18 0 E 43 90 E 1D
Octal 77 123 107 30 0 16 103 220 16 35
Binary 111111 1010011 1000111 11000 0 1110 1000011 10010000 1110 11101

Color Harmonies of #3F5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5347

Black with #3F5347

Text Example


Text Example

White with #3F5347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5347; }

 p { color: rgb(63,83,71); }

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

background-color css

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

 a { background-color: rgb(63,83,71); }

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

border-color css

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

 span { border-color: rgb(63,83,71); }

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