#3C5F4D

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

Shades of Plantation #3C5F4D

Tints of Plantation #3C5F4D

Color information

#3C5F4D (or 0x3C5F4D) is unknown color: approx Plantation. HEX triplet: 3C, 5F and 4D. RGB value is (60,95,77). Sum of RGB (Red+Green+Blue) = 60+95+77=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F4D is #C3A0B2. Grayscale: #525252. Windows color (decimal): -12820659 or 5070652. OLE color: 5070652.

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

Color convert

RGB609577-
CMYK0.3700.190.63
HSL149.14º22.58%30.39%-
HSV(B)149.14º36.84%37.25%-
XYZ7.39.688.51-
YUV82.48124.9111.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=25.86%
G=40.95%
B=33.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6095770.3700.190.63149.1422.5830.39
Hex3C5F4D250133F95171e
Octal7413711545023772252736
Binary11110010111111001101100101010011111111100101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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