#3C664A

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

Shades of Plantation #3C664A

Tints of Plantation #3C664A

Color information

#3C664A (or 0x3C664A) is unknown color: approx Plantation. HEX triplet: 3C, 66 and 4A. RGB value is (60,102,74). Sum of RGB (Red+Green+Blue) = 60+102+74=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #3C664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C664A is #C399B5. Grayscale: #565656. Windows color (decimal): -12818870 or 4875836. OLE color: 4875836.

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

Color convert

RGB6010274-
CMYK0.4100.270.6
HSL140º25.93%31.76%-
HSV(B)140º41.18%40%-
XYZ7.8510.968.18-
YUV86.25121.09109.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=25.42%
G=43.22%
B=31.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60102740.4100.270.614025.9331.76
Hex3C664A2901B3C8c1a20
Octal7414611251033742143240
Binary111100110011010010101010010110111111001000110011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,102,74); }

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

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

 a { background-color: rgb(60,102,74); }

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

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

 span { border-color: rgb(60,102,74); }

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