#3C5145

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

Shades of Plantation #3C5145

Tints of Plantation #3C5145

Color information

#3C5145 (or 0x3C5145) is unknown color: approx Plantation. HEX triplet: 3C, 51 and 45. RGB value is (60,81,69). Sum of RGB (Red+Green+Blue) = 60+81+69=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5145 is #C3AEBA. Grayscale: #494949. Windows color (decimal): -12824251 or 4542780. OLE color: 4542780.

HSL color Cylindrical-coordinate representation of color #3C5145: hue angle of 145.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C5145 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB608169-
CMYK0.2600.150.68
HSL145.71º14.89%27.65%-
HSV(B)145.71º25.93%31.76%-
XYZ5.887.286.72-
YUV73.35125.54118.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=28.57%
G=38.57%
B=32.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6081690.2600.150.68145.7114.8927.65
Hex3C51451A0F4492f1c
Octal74121105320171042221734
Binary111100101000110001011101001111100010010010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,69); }

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

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

 a { background-color: rgb(60,81,69); }

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

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

 span { border-color: rgb(60,81,69); }

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