#3C584B

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

Shades of Plantation #3C584B

Tints of Plantation #3C584B

Color information

#3C584B (or 0x3C584B) is unknown color: approx Plantation. HEX triplet: 3C, 58 and 4B. RGB value is (60,88,75). Sum of RGB (Red+Green+Blue) = 60+88+75=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #3C584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C584B is #C3A7B4. Grayscale: #4E4E4E. Windows color (decimal): -12822453 or 4937788. OLE color: 4937788.

HSL color Cylindrical-coordinate representation of color #3C584B: hue angle of 152.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C584B is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB608875-
CMYK0.3200.150.65
HSL152.14º18.92%29.02%-
HSV(B)152.14º31.82%34.51%-
XYZ6.628.457.94-
YUV78.15126.22115.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=26.91%
G=39.46%
B=33.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6088750.3200.150.65152.1418.9229.02
Hex3C584B200F4198131d
Octal74130113400171012302335
Binary11110010110001001011100000011111000001100110001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,88,75); }

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

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

 a { background-color: rgb(60,88,75); }

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

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

 span { border-color: rgb(60,88,75); }

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