#3B554B

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

Shades of Plantation #3B554B

Tints of Plantation #3B554B

Color information

#3B554B (or 0x3B554B) is unknown color: approx Plantation. HEX triplet: 3B, 55 and 4B. RGB value is (59,85,75). Sum of RGB (Red+Green+Blue) = 59+85+75=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #3B554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B554B is #C4AAB4. Grayscale: #4C4C4C. Windows color (decimal): -12888757 or 4937019. OLE color: 4937019.

HSL color Cylindrical-coordinate representation of color #3B554B: hue angle of 156.92º 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 #3B554B is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB598575-
CMYK0.3100.120.67
HSL156.92º18.06%28.24%-
HSV(B)156.92º30.59%33.33%-
XYZ6.327.937.85-
YUV76.09127.39115.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=26.94%
G=38.81%
B=34.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985750.3100.120.67156.9218.0628.24
Hex3B554B1F0C439d121c
Octal73125113370141032352234
Binary1110111010101100101111111011001000011100111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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