#3B674A

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

Shades of Plantation #3B674A

Tints of Plantation #3B674A

Color information

#3B674A (or 0x3B674A) is unknown color: approx Plantation. HEX triplet: 3B, 67 and 4A. RGB value is (59,103,74). Sum of RGB (Red+Green+Blue) = 59+103+74=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #3B674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B674A is #C498B5. Grayscale: #565656. Windows color (decimal): -12884150 or 4876091. OLE color: 4876091.

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

Color convert

RGB5910374-
CMYK0.4300.280.60
HSL140.45º27.16%31.76%-
HSV(B)140.45º42.72%40.39%-
XYZ7.8911.128.21-
YUV86.54120.92108.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=25%
G=43.64%
B=31.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59103740.4300.280.60140.4527.1631.76
Hex3B674A2B01C3C8c1b20
Octal7314711253034742143340
Binary111011110011110010101010110111001111001000110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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