#3C5045

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

Shades of Plantation #3C5045

Tints of Plantation #3C5045

Color information

#3C5045 (or 0x3C5045) is unknown color: approx Plantation. HEX triplet: 3C, 50 and 45. RGB value is (60,80,69). Sum of RGB (Red+Green+Blue) = 60+80+69=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5045 is #C3AFBA. Grayscale: #484848. Windows color (decimal): -12824507 or 4542524. OLE color: 4542524.

HSL color Cylindrical-coordinate representation of color #3C5045: hue angle of 147º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C5045 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB608069-
CMYK0.2500.140.69
HSL147º14.29%27.45%-
HSV(B)147º25%31.37%-
XYZ5.817.136.7-
YUV72.77125.87118.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=28.71%
G=38.28%
B=33.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080690.2500.140.6914714.2927.45
Hex3C5045190E4593e1b
Octal74120105310161052231633
Binary111100101000010001011100101110100010110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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