#3B644A

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

Shades of Plantation #3B644A

Tints of Plantation #3B644A

Color information

#3B644A (or 0x3B644A) is unknown color: approx Plantation. HEX triplet: 3B, 64 and 4A. RGB value is (59,100,74). Sum of RGB (Red+Green+Blue) = 59+100+74=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #3B644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B644A is #C49BB5. Grayscale: #545454. Windows color (decimal): -12884918 or 4875323. OLE color: 4875323.

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

Color convert

RGB5910074-
CMYK0.4100.260.61
HSL141.95º25.79%31.18%-
HSV(B)141.95º41%39.22%-
XYZ7.610.548.11-
YUV84.78121.92109.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=25.32%
G=42.92%
B=31.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal59100740.4100.260.61141.9525.7931.18
Hex3B644A2901A3D8e1a1f
Octal7314411251032752163237
Binary11101111001001001010101001011010111101100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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