#3C604E

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

Shades of Plantation #3C604E

Tints of Plantation #3C604E

Color information

#3C604E (or 0x3C604E) is unknown color: approx Plantation. HEX triplet: 3C, 60 and 4E. RGB value is (60,96,78). Sum of RGB (Red+Green+Blue) = 60+96+78=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C604E is #C39FB1. Grayscale: #535353. Windows color (decimal): -12820402 or 5136444. OLE color: 5136444.

HSL color Cylindrical-coordinate representation of color #3C604E: hue angle of 150º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C604E is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB609678-
CMYK0.3800.190.62
HSL150º23.08%30.59%-
HSV(B)150º37.5%37.65%-
XYZ7.429.888.72-
YUV83.18125.07111.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=25.64%
G=41.03%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096780.3800.190.6215023.0830.59
Hex3C604E260133E96171f
Octal7414011646023762262737
Binary11110011000001001110100110010011111110100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,78); }

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

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

 a { background-color: rgb(60,96,78); }

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

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

 span { border-color: rgb(60,96,78); }

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