#3B5448

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

Shades of Plantation #3B5448

Tints of Plantation #3B5448

Color information

#3B5448 (or 0x3B5448) is unknown color: approx Plantation. HEX triplet: 3B, 54 and 48. RGB value is (59,84,72). Sum of RGB (Red+Green+Blue) = 59+84+72=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5448 is #C4ABB7. Grayscale: #4B4B4B. Windows color (decimal): -12889016 or 4740155. OLE color: 4740155.

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

Color convert

RGB598472-
CMYK0.3000.140.67
HSL151.2º17.48%28.04%-
HSV(B)151.2º29.76%32.94%-
XYZ6.147.747.3-
YUV75.16126.22116.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=27.44%
G=39.07%
B=33.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984720.3000.140.67151.217.4828.04
Hex3B54481E0E4397111c
Octal73124110360161032272134
Binary1110111010100100100011110011101000011100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,72); }

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

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

 a { background-color: rgb(59,84,72); }

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

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

 span { border-color: rgb(59,84,72); }

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