#3D644D

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

Shades of Plantation #3D644D

Tints of Plantation #3D644D

Color information

#3D644D (or 0x3D644D) is unknown color: approx Plantation. HEX triplet: 3D, 64 and 4D. RGB value is (61,100,77). Sum of RGB (Red+Green+Blue) = 61+100+77=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #3D644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D644D is #C29BB2. Grayscale: #555555. Windows color (decimal): -12753843 or 5071933. OLE color: 5071933.

HSL color Cylindrical-coordinate representation of color #3D644D: hue angle of 144.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D644D is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB6110077-
CMYK0.3900.230.61
HSL144.62º24.22%31.57%-
HSV(B)144.62º39%39.22%-
XYZ7.8210.648.66-
YUV85.72123.08110.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=25.63%
G=42.02%
B=32.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61100770.3900.230.61144.6224.2231.57
Hex3D644D270173D911820
Octal7514411547027752213040
Binary111101110010010011011001110101111111011001000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,77); }

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

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

 a { background-color: rgb(61,100,77); }

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

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

 span { border-color: rgb(61,100,77); }

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