#3B4D43

Color #3B4D43 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3B4D43

Tints of Plantation #3B4D43

Color information

#3B4D43 (or 0x3B4D43) is unknown color: approx Plantation. HEX triplet: 3B, 4D and 43. RGB value is (59,77,67). Sum of RGB (Red+Green+Blue) = 59+77+67=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D43 is #C4B2BC. Grayscale: #464646. Windows color (decimal): -12890813 or 4410683. OLE color: 4410683.

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

Color convert

RGB597767-
CMYK0.2300.130.70
HSL146.67º13.24%26.67%-
HSV(B)146.67º23.38%30.2%-
XYZ5.476.646.3-
YUV70.48126.04119.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=29.06%
G=37.93%
B=33.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5977670.2300.130.70146.6713.2426.67
Hex3B4D43170D4693d1b
Octal73115103270151062231533
Binary111011100110110000111011101101100011010010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,77,67); }

 H1.HeaderClassName
 {
   color: #3B4D43;
 }
 .AnyTagClassName
 {
   color: #3B4D43;
 }
</style>
background-color css

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

 a { background-color: rgb(59,77,67); }

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

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

 span { border-color: rgb(59,77,67); }

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