Html Css Color HEX #3F5C49 Plantation

📋 copy color: '#3F5C49'

red 63 ◦ green 92 ◦ blue 73

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

Shades of Plantation #3F5C49

Tints of Plantation #3F5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.35%

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

R = 27.63%
G = 40.35%
B = 32.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#3F5C49 (or 0x3F5C49) is known color: Plantation. HEX triplet: 3F, 5C and 49. RGB value is (63,92,73). Sum of RGB (Red+Green+Blue) = 63+92+73=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #3F5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5C49 is #C0A3B6. Grayscale: #515151. Windows color (decimal): -12624823 or 4807743. OLE color: 4807743.

HSL color Cylindrical-coordinate representation of color #3F5C49: hue angle of 140.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5C49 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 92 73 -
CMYK 0.32 0 0.21 0.64
HSL 140.69º 0.19% 0.3% -
HSV(B) 140.69º 0.32% 0.36% -
XYZ 7.08 9.19 7.7 -
YUV 81.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 63 92 73 0.32 0 0.21 0.64 140.69 0.19 0.3
Hex 3F 5C 49 20 0 15 40 8D 13 1E
Octal 77 134 111 40 0 25 100 215 23 36
Binary 111111 1011100 1001001 100000 0 10101 1000000 10001101 10011 11110

Color Harmonies of #3F5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5C49

Black with #3F5C49

Text Example


Text Example

White with #3F5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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