#3B6649

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

Shades of Plantation #3B6649

Tints of Plantation #3B6649

Color information

#3B6649 (or 0x3B6649) is unknown color: approx Plantation. HEX triplet: 3B, 66 and 49. RGB value is (59,102,73). Sum of RGB (Red+Green+Blue) = 59+102+73=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6649 is #C499B6. Grayscale: #555555. Windows color (decimal): -12884407 or 4810299. OLE color: 4810299.

HSL color Cylindrical-coordinate representation of color #3B6649: hue angle of 139.53º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B6649 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB5910273-
CMYK0.4200.280.6
HSL139.53º26.71%31.57%-
HSV(B)139.53º42.16%40%-
XYZ7.7610.918-
YUV85.84120.75108.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.21%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=25.21%
G=43.59%
B=31.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59102730.4200.280.6139.5326.7131.57
Hex3B66492A01C3C8c1b20
Octal7314611152034742143340
Binary111011110011010010011010100111001111001000110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,102,73); }

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

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

 a { background-color: rgb(59,102,73); }

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

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

 span { border-color: rgb(59,102,73); }

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