Html Css Color HEX #3F5549 Plantation

📋 copy color: '#3F5549'

red 63 ◦ green 85 ◦ blue 73

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

Shades of Plantation #3F5549

Tints of Plantation #3F5549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 28.51%
G = 38.46%
B = 33.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3F5549 (or 0x3F5549) is known color: Plantation. HEX triplet: 3F, 55 and 49. RGB value is (63,85,73). Sum of RGB (Red+Green+Blue) = 63+85+73=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5549 is #C0AAB6. Grayscale: #4D4D4D. Windows color (decimal): -12626615 or 4805951. OLE color: 4805951.

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

Color convert

RGB 63 85 73 -
CMYK 0.26 0 0.14 0.67
HSL 147.27º 0.15% 0.29% -
HSV(B) 147.27º 0.26% 0.33% -
XYZ 6.5 8.03 7.51 -
YUV 77.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 63 85 73 0.26 0 0.14 0.67 147.27 0.15 0.29
Hex 3F 55 49 1A 0 E 43 93 F 1D
Octal 77 125 111 32 0 16 103 223 17 35
Binary 111111 1010101 1001001 11010 0 1110 1000011 10010011 1111 11101

Color Harmonies of #3F5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5549

Black with #3F5549

Text Example


Text Example

White with #3F5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,73); }

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

background-color css

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

 a { background-color: rgb(63,85,73); }

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

border-color css

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

 span { border-color: rgb(63,85,73); }

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