#3C664C

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

Shades of Plantation #3C664C

Tints of Plantation #3C664C

Color information

#3C664C (or 0x3C664C) is unknown color: approx Plantation. HEX triplet: 3C, 66 and 4C. RGB value is (60,102,76). Sum of RGB (Red+Green+Blue) = 60+102+76=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #3C664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C664C is #C399B3. Grayscale: #565656. Windows color (decimal): -12818868 or 5006908. OLE color: 5006908.

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

Color convert

RGB6010276-
CMYK0.4100.250.6
HSL142.86º25.93%31.76%-
HSV(B)142.86º41.18%40%-
XYZ7.9210.998.54-
YUV86.48122.09109.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.21%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=25.21%
G=42.86%
B=31.93%

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
Decimal60102760.4100.250.6142.8625.9331.76
Hex3C664C290193C8f1a20
Octal7414611451031742173240
Binary111100110011010011001010010110011111001000111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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