#3D604E

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

Shades of Plantation #3D604E

Tints of Plantation #3D604E

Color information

#3D604E (or 0x3D604E) is unknown color: approx Plantation. HEX triplet: 3D, 60 and 4E. RGB value is (61,96,78). Sum of RGB (Red+Green+Blue) = 61+96+78=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #3D604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D604E is #C29FB1. Grayscale: #535353. Windows color (decimal): -12754866 or 5136445. OLE color: 5136445.

HSL color Cylindrical-coordinate representation of color #3D604E: hue angle of 149.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D604E is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB619678-
CMYK0.3600.190.62
HSL149.14º22.29%30.78%-
HSV(B)149.14º36.46%37.65%-
XYZ7.489.918.73-
YUV83.48124.9111.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=25.96%
G=40.85%
B=33.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196780.3600.190.62149.1422.2930.78
Hex3D604E240133E95161f
Octal7514011644023762252637
Binary11110111000001001110100100010011111110100101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,78); }

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

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

 a { background-color: rgb(61,96,78); }

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

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

 span { border-color: rgb(61,96,78); }

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