#3B584A

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

Shades of Plantation #3B584A

Tints of Plantation #3B584A

Color information

#3B584A (or 0x3B584A) is unknown color: approx Plantation. HEX triplet: 3B, 58 and 4A. RGB value is (59,88,74). Sum of RGB (Red+Green+Blue) = 59+88+74=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #3B584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B584A is #C4A7B5. Grayscale: #4D4D4D. Windows color (decimal): -12887990 or 4872251. OLE color: 4872251.

HSL color Cylindrical-coordinate representation of color #3B584A: hue angle of 151.03º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B584A is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB598874-
CMYK0.3300.160.65
HSL151.03º19.73%28.82%-
HSV(B)151.03º32.95%34.51%-
XYZ6.538.47.76-
YUV77.73125.89114.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.70%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=26.70%
G=39.82%
B=33.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5988740.3300.160.65151.0319.7328.82
Hex3B584A210104197141d
Octal73130112410201012272435
Binary111011101100010010101000010100001000001100101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,74); }

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

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

 a { background-color: rgb(59,88,74); }

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

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

 span { border-color: rgb(59,88,74); }

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