#3C664D

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

Shades of Plantation #3C664D

Tints of Plantation #3C664D

Color information

#3C664D (or 0x3C664D) is unknown color: approx Plantation. HEX triplet: 3C, 66 and 4D. RGB value is (60,102,77). Sum of RGB (Red+Green+Blue) = 60+102+77=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #3C664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C664D is #C399B2. Grayscale: #565656. Windows color (decimal): -12818867 or 5072444. OLE color: 5072444.

HSL color Cylindrical-coordinate representation of color #3C664D: hue angle of 144.29º 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 #3C664D is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB6010277-
CMYK0.4100.250.6
HSL144.29º25.93%31.76%-
HSV(B)144.29º41.18%40%-
XYZ7.95118.72-
YUV86.59122.59109.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=25.10%
G=42.68%
B=32.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60102770.4100.250.6144.2925.9331.76
Hex3C664D290193C901a20
Octal7414611551031742203240
Binary111100110011010011011010010110011111001001000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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