Html Css Color HEX #3B5246 Plantation

📋 copy color: '#3B5246'

red 59 ◦ green 82 ◦ blue 70

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

Shades of Plantation #3B5246

Tints of Plantation #3B5246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 27.96%
G = 38.86%
B = 33.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#3B5246 (or 0x3B5246) is known color: Plantation. HEX triplet: 3B, 52 and 46. RGB value is (59,82,70). Sum of RGB (Red+Green+Blue) = 59+82+70=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5246 is #C4ADB9. Grayscale: #494949. Windows color (decimal): -12889530 or 4608571. OLE color: 4608571.

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

Color convert

RGB 59 82 70 -
CMYK 0.28 0 0.15 0.68
HSL 148.7º 0.16% 0.28% -
HSV(B) 148.7º 0.28% 0.32% -
XYZ 5.93 7.41 6.91 -
YUV 73.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 59 82 70 0.28 0 0.15 0.68 148.7 0.16 0.28
Hex 3B 52 46 1C 0 F 44 95 10 1C
Octal 73 122 106 34 0 17 104 225 20 34
Binary 111011 1010010 1000110 11100 0 1111 1000100 10010101 10000 11100

Color Harmonies of #3B5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5246

Black with #3B5246

Text Example


Text Example

White with #3B5246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,70); }

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

background-color css

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

 a { background-color: rgb(59,82,70); }

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

border-color css

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

 span { border-color: rgb(59,82,70); }

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