#3C5C47

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

Shades of Plantation #3C5C47

Tints of Plantation #3C5C47

Color information

#3C5C47 (or 0x3C5C47) is unknown color: approx Plantation. HEX triplet: 3C, 5C and 47. RGB value is (60,92,71). Sum of RGB (Red+Green+Blue) = 60+92+71=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5C47 is #C3A3B8. Grayscale: #505050. Windows color (decimal): -12821433 or 4676668. OLE color: 4676668.

HSL color Cylindrical-coordinate representation of color #3C5C47: hue angle of 140.62º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C5C47 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB609271-
CMYK0.3500.230.64
HSL140.62º21.05%29.8%-
HSV(B)140.62º34.78%36.08%-
XYZ6.839.077.35-
YUV80.04122.9113.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=26.91%
G=41.26%
B=31.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6092710.3500.230.64140.6221.0529.8
Hex3C5C4723017408d151e
Octal74134107430271002152536
Binary111100101110010001111000110101111000000100011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,92,71); }

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

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

 a { background-color: rgb(60,92,71); }

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

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

 span { border-color: rgb(60,92,71); }

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