Html Css Color HEX #3B5F49 Plantation

📋 copy color: '#3B5F49'

red 59 ◦ green 95 ◦ blue 73

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

Shades of Plantation #3B5F49

Tints of Plantation #3B5F49

RGB

 RED value IS 59 (23.44% from 255) = 25.99%

 GREEN value IS 95 (37.5% from 255) = 41.85%

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

R = 25.99%
G = 41.85%
B = 32.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#3B5F49 (or 0x3B5F49) is known color: Plantation. HEX triplet: 3B, 5F and 49. RGB value is (59,95,73). Sum of RGB (Red+Green+Blue) = 59+95+73=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #3B5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5F49 is #C4A0B6. Grayscale: #515151. Windows color (decimal): -12886199 or 4808507. OLE color: 4808507.

HSL color Cylindrical-coordinate representation of color #3B5F49: hue angle of 143.33º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B5F49 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 95 73 -
CMYK 0.38 0 0.23 0.63
HSL 143.33º 0.23% 0.3% -
HSV(B) 143.33º 0.38% 0.37% -
XYZ 7.1 9.6 7.78 -
YUV 81.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 59 95 73 0.38 0 0.23 0.63 143.33 0.23 0.3
Hex 3B 5F 49 26 0 17 3F 8F 17 1E
Octal 73 137 111 46 0 27 77 217 27 36
Binary 111011 1011111 1001001 100110 0 10111 111111 10001111 10111 11110

Color Harmonies of #3B5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5F49

Black with #3B5F49

Text Example


Text Example

White with #3B5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,95,73); }

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

background-color css

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

 a { background-color: rgb(59,95,73); }

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

border-color css

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

 span { border-color: rgb(59,95,73); }

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