#3C604D

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

Shades of Plantation #3C604D

Tints of Plantation #3C604D

Color information

#3C604D (or 0x3C604D) is unknown color: approx Plantation. HEX triplet: 3C, 60 and 4D. RGB value is (60,96,77). Sum of RGB (Red+Green+Blue) = 60+96+77=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C604D is #C39FB2. Grayscale: #535353. Windows color (decimal): -12820403 or 5070908. OLE color: 5070908.

HSL color Cylindrical-coordinate representation of color #3C604D: hue angle of 148.33º 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 #3C604D is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB609677-
CMYK0.3800.200.62
HSL148.33º23.08%30.59%-
HSV(B)148.33º37.5%37.65%-
XYZ7.399.868.54-
YUV83.07124.57111.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=25.75%
G=41.20%
B=33.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096770.3800.200.62148.3323.0830.59
Hex3C604D260143E94171f
Octal7414011546024762242737
Binary11110011000001001101100110010100111110100101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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