Html Css Color HEX #3B5949 Plantation

📋 copy color: '#3B5949'

red 59 ◦ green 89 ◦ blue 73

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

Shades of Plantation #3B5949

Tints of Plantation #3B5949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.27%

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

R = 26.7%
G = 40.27%
B = 33.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#3B5949 (or 0x3B5949) is known color: Plantation. HEX triplet: 3B, 59 and 49. RGB value is (59,89,73). Sum of RGB (Red+Green+Blue) = 59+89+73=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5949 is #C4A6B6. Grayscale: #4E4E4E. Windows color (decimal): -12887735 or 4806971. OLE color: 4806971.

HSL color Cylindrical-coordinate representation of color #3B5949: hue angle of 148º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5949 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 89 73 -
CMYK 0.34 0 0.18 0.65
HSL 148º 0.2% 0.29% -
HSV(B) 148º 0.34% 0.35% -
XYZ 6.58 8.56 7.61 -
YUV 78.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 59 89 73 0.34 0 0.18 0.65 148 0.2 0.29
Hex 3B 59 49 22 0 12 41 94 14 1D
Octal 73 131 111 42 0 22 101 224 24 35
Binary 111011 1011001 1001001 100010 0 10010 1000001 10010100 10100 11101

Color Harmonies of #3B5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5949

Black with #3B5949

Text Example


Text Example

White with #3B5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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