Html Css Color HEX #3F5749 Plantation

📋 copy color: '#3F5749'

red 63 ◦ green 87 ◦ blue 73

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

Shades of Plantation #3F5749

Tints of Plantation #3F5749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

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

R = 28.25%
G = 39.01%
B = 32.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#3F5749 (or 0x3F5749) is known color: Plantation. HEX triplet: 3F, 57 and 49. RGB value is (63,87,73). Sum of RGB (Red+Green+Blue) = 63+87+73=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5749 is #C0A8B6. Grayscale: #4E4E4E. Windows color (decimal): -12626103 or 4806463. OLE color: 4806463.

HSL color Cylindrical-coordinate representation of color #3F5749: hue angle of 145º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5749 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 87 73 -
CMYK 0.28 0 0.16 0.66
HSL 145º 0.16% 0.29% -
HSV(B) 145º 0.28% 0.34% -
XYZ 6.66 8.35 7.56 -
YUV 78.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 63 87 73 0.28 0 0.16 0.66 145 0.16 0.29
Hex 3F 57 49 1C 0 10 42 91 10 1D
Octal 77 127 111 34 0 20 102 221 20 35
Binary 111111 1010111 1001001 11100 0 10000 1000010 10010001 10000 11101

Color Harmonies of #3F5749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5749

Black with #3F5749

Text Example


Text Example

White with #3F5749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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