Html Css Color HEX #3B5549 Plantation

📋 copy color: '#3B5549'

red 59 ◦ green 85 ◦ blue 73

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

Shades of Plantation #3B5549

Tints of Plantation #3B5549

RGB

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

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

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

R = 27.19%
G = 39.17%
B = 33.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3B5549 (or 0x3B5549) is known color: Plantation. HEX triplet: 3B, 55 and 49. RGB value is (59,85,73). Sum of RGB (Red+Green+Blue) = 59+85+73=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5549 is #C4AAB6. Grayscale: #4B4B4B. Windows color (decimal): -12888759 or 4805947. OLE color: 4805947.

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

Color convert

RGB 59 85 73 -
CMYK 0.31 0 0.14 0.67
HSL 152.31º 0.18% 0.28% -
HSV(B) 152.31º 0.31% 0.33% -
XYZ 6.25 7.91 7.5 -
YUV 75.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 59 85 73 0.31 0 0.14 0.67 152.31 0.18 0.28
Hex 3B 55 49 1F 0 E 43 98 12 1C
Octal 73 125 111 37 0 16 103 230 22 34
Binary 111011 1010101 1001001 11111 0 1110 1000011 10011000 10010 11100

Color Harmonies of #3B5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5549

Black with #3B5549

Text Example


Text Example

White with #3B5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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