#3B6350

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

Shades of Plantation #3B6350

Tints of Plantation #3B6350

Color information

#3B6350 (or 0x3B6350) is unknown color: approx Plantation. HEX triplet: 3B, 63 and 50. RGB value is (59,99,80). Sum of RGB (Red+Green+Blue) = 59+99+80=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6350 is #C49CAF. Grayscale: #545454. Windows color (decimal): -12885168 or 5268283. OLE color: 5268283.

HSL color Cylindrical-coordinate representation of color #3B6350: hue angle of 151.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6350 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB599980-
CMYK0.4000.190.61
HSL151.5º25.32%30.98%-
HSV(B)151.5º40.4%38.82%-
XYZ7.7110.439.2-
YUV84.87125.25109.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=24.79%
G=41.60%
B=33.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999800.4000.190.61151.525.3230.98
Hex3B6350280133D98191f
Octal7314312050023752303137
Binary11101111000111010000101000010011111101100110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,80); }

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

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

 a { background-color: rgb(59,99,80); }

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

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

 span { border-color: rgb(59,99,80); }

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